#CAEB94

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

Shades of Reef #CAEB94

Tints of Reef #CAEB94

Color information

#CAEB94 (or 0xCAEB94) is unknown color: approx Reef. HEX triplet: CA, EB and 94. RGB value is (202,235,148). Sum of RGB (Red+Green+Blue) = 202+235+148=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB94 is #35146B. Grayscale: #D7D7D7. Windows color (decimal): -3478636 or 9759690. OLE color: 9759690.

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

Color convert

RGB202235148-
CMYK0.1400.370.08
HSL82.76º68.5%75.1%-
HSV(B)82.76º37.02%92.16%-
XYZ59.4174.1139.19-
YUV215.2190.07118.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=34.53%
G=40.17%
B=25.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351480.1400.370.0882.7668.575.1
HexCAEB94E025853454b
Octal3123532241604510123105113
Binary110010101110101110010100111001001011000101001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB94; }

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

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

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

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

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

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

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

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