Html Css Color HEX #CFEEAA Reef

📋 copy color: '#CFEEAA'

red 207 ◦ green 238 ◦ blue 170

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

Shades of Reef #CFEEAA

Tints of Reef #CFEEAA

RGB

 RED value IS 207 (81.25% from 255) = 33.66%

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

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

R = 33.66%
G = 38.7%
B = 27.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CFEEAA (or 0xCFEEAA) is known color: Reef. HEX triplet: CF, EE and AA. RGB value is (207,238,170). Sum of RGB (Red+Green+Blue) = 207+238+170=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEAA is #301155. Grayscale: #DDDDDD. Windows color (decimal): -3150166 or 11202255. OLE color: 11202255.

HSL color Cylindrical-coordinate representation of color #CFEEAA: hue angle of 87.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFEEAA is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 170 -
CMYK 0.13 0 0.29 0.07
HSL 87.35º 0.67% 0.8% -
HSV(B) 87.35º 0.29% 0.93% -
XYZ 63.56 77.32 49.6 -
YUV 220.98 99.23 118.03 -
System Red Green Blue C M Y K H S L
Decimal 207 238 170 0.13 0 0.29 0.07 87.35 0.67 0.8
Hex CF EE AA D 0 1D 7 57 43 50
Octal 317 356 252 15 0 35 7 127 103 120
Binary 11001111 11101110 10101010 1101 0 11101 111 1010111 1000011 1010000

Color Harmonies of #CFEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEAA

Black with #CFEEAA

Text Example


Text Example

White with #CFEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEAA; }

 p { color: rgb(207,238,170); }

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

background-color css

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

 a { background-color: rgb(207,238,170); }

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

border-color css

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

 span { border-color: rgb(207,238,170); }

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