Html Css Color HEX #CFE6AC Reef

📋 copy color: '#CFE6AC'

red 207 ◦ green 230 ◦ blue 172

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

Shades of Reef #CFE6AC

Tints of Reef #CFE6AC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.77%

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

R = 33.99%
G = 37.77%
B = 28.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CFE6AC (or 0xCFE6AC) is known color: Reef. HEX triplet: CF, E6 and AC. RGB value is (207,230,172). Sum of RGB (Red+Green+Blue) = 207+230+172=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE6AC is #301953. Grayscale: #D8D8D8. Windows color (decimal): -3152212 or 11331279. OLE color: 11331279.

HSL color Cylindrical-coordinate representation of color #CFE6AC: hue angle of 83.79º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE6AC is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 172 -
CMYK 0.10 0 0.25 0.10
HSL 83.79º 0.54% 0.79% -
HSV(B) 83.79º 0.25% 0.9% -
XYZ 61.48 72.84 49.85 -
YUV 216.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 207 230 172 0.10 0 0.25 0.10 83.79 0.54 0.79
Hex CF E6 AC A 0 19 A 54 36 4F
Octal 317 346 254 12 0 31 12 124 66 117
Binary 11001111 11100110 10101100 1010 0 11001 1010 1010100 110110 1001111

Color Harmonies of #CFE6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6AC

Black with #CFE6AC

Text Example


Text Example

White with #CFE6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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