Html Css Color HEX #CAEFAA Reef

📋 copy color: '#CAEFAA'

red 202 ◦ green 239 ◦ blue 170

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

Shades of Reef #CAEFAA

Tints of Reef #CAEFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.12%

 BLUE value IS 170 (66.8% from 255) = 27.82%

R = 33.06%
G = 39.12%
B = 27.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#CAEFAA (or 0xCAEFAA) is known color: Reef. HEX triplet: CA, EF and AA. RGB value is (202,239,170). Sum of RGB (Red+Green+Blue) = 202+239+170=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFAA is #351055. Grayscale: #DCDCDC. Windows color (decimal): -3477590 or 11202506. OLE color: 11202506.

HSL color Cylindrical-coordinate representation of color #CAEFAA: hue angle of 92.17º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAEFAA is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 170 -
CMYK 0.15 0 0.29 0.06
HSL 92.17º 0.68% 0.8% -
HSV(B) 92.17º 0.29% 0.94% -
XYZ 62.48 77.19 49.64 -
YUV 220.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 202 239 170 0.15 0 0.29 0.06 92.17 0.68 0.8
Hex CA EF AA F 0 1D 6 5C 44 50
Octal 312 357 252 17 0 35 6 134 104 120
Binary 11001010 11101111 10101010 1111 0 11101 110 1011100 1000100 1010000

Color Harmonies of #CAEFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEFAA

Black with #CAEFAA

Text Example


Text Example

White with #CAEFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEFAA; }

 p { color: rgb(202,239,170); }

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

background-color css

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

 a { background-color: rgb(202,239,170); }

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

border-color css

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

 span { border-color: rgb(202,239,170); }

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