Html Css Color HEX #CFE5AC Reef

📋 copy color: '#CFE5AC'

red 207 ◦ green 229 ◦ blue 172

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

Shades of Reef #CFE5AC

Tints of Reef #CFE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.66%

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

R = 34.05%
G = 37.66%
B = 28.29%

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

#CFE5AC (or 0xCFE5AC) is known color: Reef. HEX triplet: CF, E5 and AC. RGB value is (207,229,172). Sum of RGB (Red+Green+Blue) = 207+229+172=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE5AC is #301A53. Grayscale: #D8D8D8. Windows color (decimal): -3152468 or 11331023. OLE color: 11331023.

HSL color Cylindrical-coordinate representation of color #CFE5AC: hue angle of 83.16º degrees, saturation: 0.52, 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 #CFE5AC is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 172 -
CMYK 0.10 0 0.25 0.10
HSL 83.16º 0.52% 0.79% -
HSV(B) 83.16º 0.25% 0.9% -
XYZ 61.2 72.28 49.76 -
YUV 215.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 207 229 172 0.10 0 0.25 0.10 83.16 0.52 0.79
Hex CF E5 AC A 0 19 A 53 34 4F
Octal 317 345 254 12 0 31 12 123 64 117
Binary 11001111 11100101 10101100 1010 0 11001 1010 1010011 110100 1001111

Color Harmonies of #CFE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5AC

Black with #CFE5AC

Text Example


Text Example

White with #CFE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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