Html Css Color HEX #CAE69D Reef

📋 copy color: '#CAE69D'

red 202 ◦ green 230 ◦ blue 157

#CAE69D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAE69D

Tints of Reef #CAE69D

RGB

 RED value IS 202 (79.3% from 255) = 34.3%

 GREEN value IS 230 (90.23% from 255) = 39.05%

 BLUE value IS 157 (61.72% from 255) = 26.66%

R = 34.3%
G = 39.05%
B = 26.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#CAE69D (or 0xCAE69D) is known color: Reef. HEX triplet: CA, E6 and 9D. RGB value is (202,230,157). Sum of RGB (Red+Green+Blue) = 202+230+157=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE69D is #351962. Grayscale: #D5D5D5. Windows color (decimal): -3479907 or 10348234. OLE color: 10348234.

HSL color Cylindrical-coordinate representation of color #CAE69D: hue angle of 83.01º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE69D is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 157 -
CMYK 0.12 0 0.32 0.10
HSL 83.01º 0.59% 0.76% -
HSV(B) 83.01º 0.32% 0.9% -
XYZ 58.74 71.58 42.62 -
YUV 213.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 202 230 157 0.12 0 0.32 0.10 83.01 0.59 0.76
Hex CA E6 9D C 0 20 A 53 3B 4C
Octal 312 346 235 14 0 40 12 123 73 114
Binary 11001010 11100110 10011101 1100 0 100000 1010 1010011 111011 1001100

Color Harmonies of #CAE69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE69D

Black with #CAE69D

Text Example


Text Example

White with #CAE69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE69D; }

 p { color: rgb(202,230,157); }

 H1.HeaderClassName
 {
   color: #CAE69D;
 }
 .AnyTagClassName
 {
   color: #CAE69D;
 }
</style>

background-color css

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

 a { background-color: rgb(202,230,157); }

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

border-color css

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

 span { border-color: rgb(202,230,157); }

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