#CAEBAE

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

Shades of Reef #CAEBAE

Tints of Reef #CAEBAE

Color information

#CAEBAE (or 0xCAEBAE) is unknown color: approx Reef. HEX triplet: CA, EB and AE. RGB value is (202,235,174). Sum of RGB (Red+Green+Blue) = 202+235+174=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEBAE is #351451. Grayscale: #DADADA. Windows color (decimal): -3478610 or 11463626. OLE color: 11463626.

HSL color Cylindrical-coordinate representation of color #CAEBAE: hue angle of 92.46º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAEBAE is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB202235174-
CMYK0.1400.260.08
HSL92.46º60.4%80.2%-
HSV(B)92.46º25.96%92.16%-
XYZ61.7175.0351.27-
YUV218.18103.07116.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=33.06%
G=38.46%
B=28.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351740.1400.260.0892.4660.480.2
HexCAEBAEE01A85c3c50
Octal312353256160321013474120
Binary1100101011101011101011101110011010100010111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBAE; }

 p { color: rgb(202,235,174); }

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

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

 a { background-color: rgb(202,235,174); }

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

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

 span { border-color: rgb(202,235,174); }

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