Html Css Color HEX #CFEEAC Reef

📋 copy color: '#CFEEAC'

red 207 ◦ green 238 ◦ blue 172

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

Shades of Reef #CFEEAC

Tints of Reef #CFEEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.88%

R = 33.55%
G = 38.57%
B = 27.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#CFEEAC (or 0xCFEEAC) is known color: Reef. HEX triplet: CF, EE and AC. RGB value is (207,238,172). Sum of RGB (Red+Green+Blue) = 207+238+172=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEAC is #301153. Grayscale: #DDDDDD. Windows color (decimal): -3150164 or 11333327. OLE color: 11333327.

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

Color convert

RGB 207 238 172 -
CMYK 0.13 0 0.28 0.07
HSL 88.18º 0.66% 0.8% -
HSV(B) 88.18º 0.28% 0.93% -
XYZ 63.75 77.39 50.61 -
YUV 221.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 207 238 172 0.13 0 0.28 0.07 88.18 0.66 0.8
Hex CF EE AC D 0 1C 7 58 42 50
Octal 317 356 254 15 0 34 7 130 102 120
Binary 11001111 11101110 10101100 1101 0 11100 111 1011000 1000010 1010000

Color Harmonies of #CFEEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEAC

Black with #CFEEAC

Text Example


Text Example

White with #CFEEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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