#CAEB99

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

Shades of Reef #CAEB99

Tints of Reef #CAEB99

Color information

#CAEB99 (or 0xCAEB99) is unknown color: approx Reef. HEX triplet: CA, EB and 99. RGB value is (202,235,153). Sum of RGB (Red+Green+Blue) = 202+235+153=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB99 is #351466. Grayscale: #D8D8D8. Windows color (decimal): -3478631 or 10087370. OLE color: 10087370.

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

Color convert

RGB202235153-
CMYK0.1400.350.08
HSL84.15º67.21%76.08%-
HSV(B)84.15º34.89%92.16%-
XYZ59.8274.2741.32-
YUV215.7892.57118.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 153 (60.16% from 255) = 25.93%
R=34.24%
G=39.83%
B=25.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351530.1400.350.0884.1567.2176.08
HexCAEB99E023854434c
Octal3123532311604310124103114
Binary110010101110101110011001111001000111000101010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB99; }

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

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

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

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

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

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

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

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