Html Css Color HEX #CEF7A8 Reef

📋 copy color: '#CEF7A8'

red 206 ◦ green 247 ◦ blue 168

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

Shades of Reef #CEF7A8

Tints of Reef #CEF7A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.05%

R = 33.17%
G = 39.77%
B = 27.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#CEF7A8 (or 0xCEF7A8) is known color: Reef. HEX triplet: CE, F7 and A8. RGB value is (206,247,168). Sum of RGB (Red+Green+Blue) = 206+247+168=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7A8 is #310857. Grayscale: #E2E2E2. Windows color (decimal): -3213400 or 11073486. OLE color: 11073486.

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

Color convert

RGB 206 247 168 -
CMYK 0.17 0 0.32 0.03
HSL 91.14º 0.83% 0.81% -
HSV(B) 91.14º 0.32% 0.97% -
XYZ 65.78 82.47 49.5 -
YUV 225.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 206 247 168 0.17 0 0.32 0.03 91.14 0.83 0.81
Hex CE F7 A8 11 0 20 3 5B 53 51
Octal 316 367 250 21 0 40 3 133 123 121
Binary 11001110 11110111 10101000 10001 0 100000 11 1011011 1010011 1010001

Color Harmonies of #CEF7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF7A8

Black with #CEF7A8

Text Example


Text Example

White with #CEF7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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