#7BCDC8

Color #7BCDC8 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7BCDC8

Tints of Bermuda #7BCDC8

Color information

#7BCDC8 (or 0x7BCDC8) is unknown color: approx Bermuda. HEX triplet: 7B, CD and C8. RGB value is (123,205,200). Sum of RGB (Red+Green+Blue) = 123+205+200=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDC8 is #843237. Grayscale: #B3B3B3. Windows color (decimal): -8663608 or 13159803. OLE color: 13159803.

HSL color Cylindrical-coordinate representation of color #7BCDC8: hue angle of 176.34º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDC8 is Cyan = 0.4, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB123205200-
CMYK0.400.020.20
HSL176.34º45.05%64.31%-
HSV(B)176.34º40%80.39%-
XYZ40.4352.0462.56-
YUV179.91139.3387.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 23.30%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=23.30%
G=38.83%
B=37.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232052000.400.020.20176.3445.0564.31
Hex7BCDC8280214b02d40
Octal17331531050022426055100
Binary1111011110011011100100010100001010100101100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCDC8; }

 p { color: rgb(123,205,200); }

 H1.HeaderClassName
 {
   color: #7BCDC8;
 }
 .AnyTagClassName
 {
   color: #7BCDC8;
 }
</style>
background-color css

<style>
 a { background-color: #7BCDC8; }

 a { background-color: rgb(123,205,200); }

 div.DivClassName
 {
   background-color: #7BCDC8;
 }
 .BgClassName
 {
   background-color: #7BCDC8;
 }
</style>
border-color css

<style>
 span { border-color: #7BCDC8; }

 span { border-color: rgb(123,205,200); }

 td.TdClassName
 {
   border-color: #7BCDC8;
 }
 .TagClassName
 {
   border-color: #7BCDC8;
 }
</style>