Html Css Color HEX #CFEEAE Reef

📋 copy color: '#CFEEAE'

red 207 ◦ green 238 ◦ blue 174

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

Shades of Reef #CFEEAE

Tints of Reef #CFEEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.11%

R = 33.44%
G = 38.45%
B = 28.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#CFEEAE (or 0xCFEEAE) is known color: Reef. HEX triplet: CF, EE and AE. RGB value is (207,238,174). Sum of RGB (Red+Green+Blue) = 207+238+174=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEAE is #301151. Grayscale: #DDDDDD. Windows color (decimal): -3150162 or 11464399. OLE color: 11464399.

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

Color convert

RGB 207 238 174 -
CMYK 0.13 0 0.27 0.07
HSL 89.06º 0.65% 0.81% -
HSV(B) 89.06º 0.27% 0.93% -
XYZ 63.95 77.47 51.63 -
YUV 221.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 207 238 174 0.13 0 0.27 0.07 89.06 0.65 0.81
Hex CF EE AE D 0 1B 7 59 41 51
Octal 317 356 256 15 0 33 7 131 101 121
Binary 11001111 11101110 10101110 1101 0 11011 111 1011001 1000001 1010001

Color Harmonies of #CFEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEAE

Black with #CFEEAE

Text Example


Text Example

White with #CFEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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