#CAEB9A

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

Shades of Reef #CAEB9A

Tints of Reef #CAEB9A

Color information

#CAEB9A (or 0xCAEB9A) is unknown color: approx Reef. HEX triplet: CA, EB and 9A. RGB value is (202,235,154). Sum of RGB (Red+Green+Blue) = 202+235+154=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB9A is #351465. Grayscale: #D8D8D8. Windows color (decimal): -3478630 or 10152906. OLE color: 10152906.

HSL color Cylindrical-coordinate representation of color #CAEB9A: hue angle of 84.44º 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 #CAEB9A is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB202235154-
CMYK0.1400.340.08
HSL84.44º66.94%76.27%-
HSV(B)84.44º34.47%92.16%-
XYZ59.974.3141.76-
YUV215.993.07118.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=34.18%
G=39.76%
B=26.06%

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
Decimal2022351540.1400.340.0884.4466.9476.27
HexCAEB9AE022854434c
Octal3123532321604210124103114
Binary110010101110101110011010111001000101000101010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB9A; }

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

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

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

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

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

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

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

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