Html Css Color HEX #CAF69E Reef

📋 copy color: '#CAF69E'

red 202 ◦ green 246 ◦ blue 158

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

Shades of Reef #CAF69E

Tints of Reef #CAF69E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.59%

 BLUE value IS 158 (62.11% from 255) = 26.07%

R = 33.33%
G = 40.59%
B = 26.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#CAF69E (or 0xCAF69E) is known color: Reef. HEX triplet: CA, F6 and 9E. RGB value is (202,246,158). Sum of RGB (Red+Green+Blue) = 202+246+158=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF69E is #350961. Grayscale: #DFDFDF. Windows color (decimal): -3475810 or 10417866. OLE color: 10417866.

HSL color Cylindrical-coordinate representation of color #CAF69E: hue angle of 90º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAF69E is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 158 -
CMYK 0.18 0 0.36 0.04
HSL 90º 0.83% 0.79% -
HSV(B) 90º 0.36% 0.96% -
XYZ 63.48 80.94 44.62 -
YUV 222.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 202 246 158 0.18 0 0.36 0.04 90 0.83 0.79
Hex CA F6 9E 12 0 24 4 5A 53 4F
Octal 312 366 236 22 0 44 4 132 123 117
Binary 11001010 11110110 10011110 10010 0 100100 100 1011010 1010011 1001111

Color Harmonies of #CAF69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF69E

Black with #CAF69E

Text Example


Text Example

White with #CAF69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF69E; }

 p { color: rgb(202,246,158); }

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

background-color css

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

 a { background-color: rgb(202,246,158); }

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

border-color css

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

 span { border-color: rgb(202,246,158); }

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