#CBECA3

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

Shades of Reef #CBECA3

Tints of Reef #CBECA3

Color information

#CBECA3 (or 0xCBECA3) is unknown color: approx Reef. HEX triplet: CB, EC and A3. RGB value is (203,236,163). Sum of RGB (Red+Green+Blue) = 203+236+163=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECA3 is #34135C. Grayscale: #DADADA. Windows color (decimal): -3412829 or 10742987. OLE color: 10742987.

HSL color Cylindrical-coordinate representation of color #CBECA3: hue angle of 87.12º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBECA3 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB203236163-
CMYK0.1400.310.07
HSL87.12º65.77%78.24%-
HSV(B)87.12º30.93%92.55%-
XYZ61.2375.3345.96-
YUV217.8197.07117.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 236 (92.58% from 255) = 39.20%
BLUE value IS 163 (64.06% from 255) = 27.08%
R=33.72%
G=39.20%
B=27.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032361630.1400.310.0787.1265.7778.24
HexCBECA3E01F757424e
Octal313354243160377127102116
Binary1100101111101100101000111110011111111101011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECA3; }

 p { color: rgb(203,236,163); }

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

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

 a { background-color: rgb(203,236,163); }

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

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

 span { border-color: rgb(203,236,163); }

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