Html Css Color HEX #CAE69A Reef

📋 copy color: '#CAE69A'

red 202 ◦ green 230 ◦ blue 154

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

Shades of Reef #CAE69A

Tints of Reef #CAE69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.28%

R = 34.47%
G = 39.25%
B = 26.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CAE69A (or 0xCAE69A) is known color: Reef. HEX triplet: CA, E6 and 9A. RGB value is (202,230,154). Sum of RGB (Red+Green+Blue) = 202+230+154=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE69A is #351965. Grayscale: #D5D5D5. Windows color (decimal): -3479910 or 10151626. OLE color: 10151626.

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

Color convert

RGB 202 230 154 -
CMYK 0.12 0 0.33 0.10
HSL 82.11º 0.6% 0.75% -
HSV(B) 82.11º 0.33% 0.9% -
XYZ 58.49 71.48 41.29 -
YUV 212.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 202 230 154 0.12 0 0.33 0.10 82.11 0.6 0.75
Hex CA E6 9A C 0 21 A 52 3C 4B
Octal 312 346 232 14 0 41 12 122 74 113
Binary 11001010 11100110 10011010 1100 0 100001 1010 1010010 111100 1001011

Color Harmonies of #CAE69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE69A

Black with #CAE69A

Text Example


Text Example

White with #CAE69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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