Html Css Color HEX #CAE094 Reef

📋 copy color: '#CAE094'

red 202 ◦ green 224 ◦ blue 148

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

Shades of Reef #CAE094

Tints of Reef #CAE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.02%

 BLUE value IS 148 (58.2% from 255) = 25.78%

R = 35.19%
G = 39.02%
B = 25.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CAE094 (or 0xCAE094) is known color: Reef. HEX triplet: CA, E0 and 94. RGB value is (202,224,148). Sum of RGB (Red+Green+Blue) = 202+224+148=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE094 is #351F6B. Grayscale: #D1D1D1. Windows color (decimal): -3481452 or 9756874. OLE color: 9756874.

HSL color Cylindrical-coordinate representation of color #CAE094: hue angle of 77.37º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE094 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 148 -
CMYK 0.10 0 0.34 0.12
HSL 77.37º 0.55% 0.73% -
HSV(B) 77.37º 0.34% 0.88% -
XYZ 56.36 68.01 38.17 -
YUV 208.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 202 224 148 0.10 0 0.34 0.12 77.37 0.55 0.73
Hex CA E0 94 A 0 22 C 4D 37 49
Octal 312 340 224 12 0 42 14 115 67 111
Binary 11001010 11100000 10010100 1010 0 100010 1100 1001101 110111 1001001

Color Harmonies of #CAE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE094

Black with #CAE094

Text Example


Text Example

White with #CAE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE094; }

 p { color: rgb(202,224,148); }

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

background-color css

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

 a { background-color: rgb(202,224,148); }

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

border-color css

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

 span { border-color: rgb(202,224,148); }

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