Html Css Color HEX #CEF7AC Reef

📋 copy color: '#CEF7AC'

red 206 ◦ green 247 ◦ blue 172

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

Shades of Reef #CEF7AC

Tints of Reef #CEF7AC

RGB

 RED value IS 206 (80.86% from 255) = 32.96%

 GREEN value IS 247 (96.88% from 255) = 39.52%

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

R = 32.96%
G = 39.52%
B = 27.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#CEF7AC (or 0xCEF7AC) is known color: Reef. HEX triplet: CE, F7 and AC. RGB value is (206,247,172). Sum of RGB (Red+Green+Blue) = 206+247+172=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7AC is #310853. Grayscale: #E2E2E2. Windows color (decimal): -3213396 or 11335630. OLE color: 11335630.

HSL color Cylindrical-coordinate representation of color #CEF7AC: hue angle of 92.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF7AC is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 172 -
CMYK 0.17 0 0.30 0.03
HSL 92.8º 0.82% 0.82% -
HSV(B) 92.8º 0.3% 0.97% -
XYZ 66.16 82.62 51.49 -
YUV 226.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 206 247 172 0.17 0 0.30 0.03 92.8 0.82 0.82
Hex CE F7 AC 11 0 1E 3 5D 52 52
Octal 316 367 254 21 0 36 3 135 122 122
Binary 11001110 11110111 10101100 10001 0 11110 11 1011101 1010010 1010010

Color Harmonies of #CEF7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF7AC

Black with #CEF7AC

Text Example


Text Example

White with #CEF7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF7AC; }

 p { color: rgb(206,247,172); }

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

background-color css

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

 a { background-color: rgb(206,247,172); }

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

border-color css

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

 span { border-color: rgb(206,247,172); }

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