Html Css Color HEX #CEF0A7 Reef

📋 copy color: '#CEF0A7'

red 206 ◦ green 240 ◦ blue 167

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

Shades of Reef #CEF0A7

Tints of Reef #CEF0A7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.15%

 BLUE value IS 167 (65.63% from 255) = 27.24%

R = 33.61%
G = 39.15%
B = 27.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#CEF0A7 (or 0xCEF0A7) is known color: Reef. HEX triplet: CE, F0 and A7. RGB value is (206,240,167). Sum of RGB (Red+Green+Blue) = 206+240+167=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0A7 is #310F58. Grayscale: #DDDDDD. Windows color (decimal): -3215193 or 11006158. OLE color: 11006158.

HSL color Cylindrical-coordinate representation of color #CEF0A7: hue angle of 87.95º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF0A7 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 167 -
CMYK 0.14 0 0.30 0.06
HSL 87.95º 0.71% 0.8% -
HSV(B) 87.95º 0.3% 0.94% -
XYZ 63.59 78.23 48.31 -
YUV 221.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 206 240 167 0.14 0 0.30 0.06 87.95 0.71 0.8
Hex CE F0 A7 E 0 1E 6 58 47 50
Octal 316 360 247 16 0 36 6 130 107 120
Binary 11001110 11110000 10100111 1110 0 11110 110 1011000 1000111 1010000

Color Harmonies of #CEF0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0A7

Black with #CEF0A7

Text Example


Text Example

White with #CEF0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0A7; }

 p { color: rgb(206,240,167); }

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

background-color css

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

 a { background-color: rgb(206,240,167); }

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

border-color css

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

 span { border-color: rgb(206,240,167); }

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