#CAEB9B

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

Shades of Reef #CAEB9B

Tints of Reef #CAEB9B

Color information

#CAEB9B (or 0xCAEB9B) is unknown color: approx Reef. HEX triplet: CA, EB and 9B. RGB value is (202,235,155). Sum of RGB (Red+Green+Blue) = 202+235+155=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB9B is #351464. Grayscale: #D8D8D8. Windows color (decimal): -3478629 or 10218442. OLE color: 10218442.

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

Color convert

RGB202235155-
CMYK0.1400.340.08
HSL84.75º66.67%76.47%-
HSV(B)84.75º34.04%92.16%-
XYZ59.9874.3442.2-
YUV216.0193.57118-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 155 (60.94% from 255) = 26.18%
R=34.12%
G=39.70%
B=26.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351550.1400.340.0884.7566.6776.47
HexCAEB9BE022855434c
Octal3123532331604210125103114
Binary110010101110101110011011111001000101000101010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB9B; }

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

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

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

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

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

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

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

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