#CAE798

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

Shades of Reef #CAE798

Tints of Reef #CAE798

Color information

#CAE798 (or 0xCAE798) is unknown color: approx Reef. HEX triplet: CA, E7 and 98. RGB value is (202,231,152). Sum of RGB (Red+Green+Blue) = 202+231+152=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE798 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE798 is #351867. Grayscale: #D5D5D5. Windows color (decimal): -3479656 or 10020810. OLE color: 10020810.

HSL color Cylindrical-coordinate representation of color #CAE798: hue angle of 82.03º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE798 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB202231152-
CMYK0.1300.340.09
HSL82.03º62.2%75.1%-
HSV(B)82.03º34.2%90.59%-
XYZ58.671.9840.51-
YUV213.3293.39119.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 152 (59.77% from 255) = 25.98%
R=34.53%
G=39.49%
B=25.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311520.1300.340.0982.0362.275.1
HexCAE798D0229523e4b
Octal312347230150421112276113
Binary11001010111001111001100011010100010100110100101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE798; }

 p { color: rgb(202,231,152); }

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

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

 a { background-color: rgb(202,231,152); }

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

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

 span { border-color: rgb(202,231,152); }

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