Html Css Color HEX #CAE294 Reef

📋 copy color: '#CAE294'

red 202 ◦ green 226 ◦ blue 148

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

Shades of Reef #CAE294

Tints of Reef #CAE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.24%

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

R = 35.07%
G = 39.24%
B = 25.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CAE294 (or 0xCAE294) is known color: Reef. HEX triplet: CA, E2 and 94. RGB value is (202,226,148). Sum of RGB (Red+Green+Blue) = 202+226+148=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE294 is #351D6B. Grayscale: #D2D2D2. Windows color (decimal): -3480940 or 9757386. OLE color: 9757386.

HSL color Cylindrical-coordinate representation of color #CAE294: hue angle of 78.46º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE294 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 148 -
CMYK 0.11 0 0.35 0.11
HSL 78.46º 0.57% 0.73% -
HSV(B) 78.46º 0.35% 0.89% -
XYZ 56.9 69.09 38.35 -
YUV 209.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 202 226 148 0.11 0 0.35 0.11 78.46 0.57 0.73
Hex CA E2 94 B 0 23 B 4E 39 49
Octal 312 342 224 13 0 43 13 116 71 111
Binary 11001010 11100010 10010100 1011 0 100011 1011 1001110 111001 1001001

Color Harmonies of #CAE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE294

Black with #CAE294

Text Example


Text Example

White with #CAE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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