#CAEBA3

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

Shades of Reef #CAEBA3

Tints of Reef #CAEBA3

Color information

#CAEBA3 (or 0xCAEBA3) is unknown color: approx Reef. HEX triplet: CA, EB and A3. RGB value is (202,235,163). Sum of RGB (Red+Green+Blue) = 202+235+163=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEBA3 is #35145C. Grayscale: #D9D9D9. Windows color (decimal): -3478621 or 10742730. OLE color: 10742730.

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

Color convert

RGB202235163-
CMYK0.1400.310.08
HSL87.5º64.29%78.04%-
HSV(B)87.5º30.64%92.16%-
XYZ60.6874.6245.85-
YUV216.9297.57117.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 163 (64.06% from 255) = 27.17%
R=33.67%
G=39.17%
B=27.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351630.1400.310.0887.564.2978.04
HexCAEBA3E01F858404e
Octal3123532431603710130100116
Binary11001010111010111010001111100111111000101100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBA3; }

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

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

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

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

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

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

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

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