Html Css Color HEX #CAEEA4 Reef

📋 copy color: '#CAEEA4'

red 202 ◦ green 238 ◦ blue 164

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

Shades of Reef #CAEEA4

Tints of Reef #CAEEA4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 164 (64.45% from 255) = 27.15%

R = 33.44%
G = 39.4%
B = 27.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#CAEEA4 (or 0xCAEEA4) is known color: Reef. HEX triplet: CA, EE and A4. RGB value is (202,238,164). Sum of RGB (Red+Green+Blue) = 202+238+164=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA4 is #35115B. Grayscale: #DBDBDB. Windows color (decimal): -3477852 or 10809034. OLE color: 10809034.

HSL color Cylindrical-coordinate representation of color #CAEEA4: hue angle of 89.19º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAEEA4 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 164 -
CMYK 0.15 0 0.31 0.07
HSL 89.19º 0.69% 0.79% -
HSV(B) 89.19º 0.31% 0.93% -
XYZ 61.63 76.39 46.62 -
YUV 218.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 202 238 164 0.15 0 0.31 0.07 89.19 0.69 0.79
Hex CA EE A4 F 0 1F 7 59 45 4F
Octal 312 356 244 17 0 37 7 131 105 117
Binary 11001010 11101110 10100100 1111 0 11111 111 1011001 1000101 1001111

Color Harmonies of #CAEEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEA4

Black with #CAEEA4

Text Example


Text Example

White with #CAEEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEA4; }

 p { color: rgb(202,238,164); }

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

background-color css

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

 a { background-color: rgb(202,238,164); }

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

border-color css

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

 span { border-color: rgb(202,238,164); }

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