Html Css Color HEX #CAE893 Reef

📋 copy color: '#CAE893'

red 202 ◦ green 232 ◦ blue 147

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

Shades of Reef #CAE893

Tints of Reef #CAE893

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.93%

 BLUE value IS 147 (57.81% from 255) = 25.3%

R = 34.77%
G = 39.93%
B = 25.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#CAE893 (or 0xCAE893) is known color: Reef. HEX triplet: CA, E8 and 93. RGB value is (202,232,147). Sum of RGB (Red+Green+Blue) = 202+232+147=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE893 is #35176C. Grayscale: #D5D5D5. Windows color (decimal): -3479405 or 9693386. OLE color: 9693386.

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

Color convert

RGB 202 232 147 -
CMYK 0.13 0 0.37 0.09
HSL 81.18º 0.65% 0.74% -
HSV(B) 81.18º 0.37% 0.91% -
XYZ 58.48 72.38 38.49 -
YUV 213.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 202 232 147 0.13 0 0.37 0.09 81.18 0.65 0.74
Hex CA E8 93 D 0 25 9 51 41 4A
Octal 312 350 223 15 0 45 11 121 101 112
Binary 11001010 11101000 10010011 1101 0 100101 1001 1010001 1000001 1001010

Color Harmonies of #CAE893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE893

Black with #CAE893

Text Example


Text Example

White with #CAE893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE893; }

 p { color: rgb(202,232,147); }

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

background-color css

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

 a { background-color: rgb(202,232,147); }

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

border-color css

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

 span { border-color: rgb(202,232,147); }

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