#CAEE9B

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

Shades of Reef #CAEE9B

Tints of Reef #CAEE9B

Color information

#CAEE9B (or 0xCAEE9B) is unknown color: approx Reef. HEX triplet: CA, EE and 9B. RGB value is (202,238,155). Sum of RGB (Red+Green+Blue) = 202+238+155=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEE9B is #351164. Grayscale: #DADADA. Windows color (decimal): -3477861 or 10219210. OLE color: 10219210.

HSL color Cylindrical-coordinate representation of color #CAEE9B: hue angle of 86.02º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAEE9B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB202238155-
CMYK0.1500.350.07
HSL86.02º70.94%77.06%-
HSV(B)86.02º34.87%93.33%-
XYZ60.8576.0742.49-
YUV217.7792.57116.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=33.95%
G=40%
B=26.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381550.1500.350.0786.0270.9477.06
HexCAEE9BF023756474d
Octal312356233170437126107115
Binary11001010111011101001101111110100011111101011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE9B; }

 p { color: rgb(202,238,155); }

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

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

 a { background-color: rgb(202,238,155); }

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

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

 span { border-color: rgb(202,238,155); }

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