#CEF7A7

Color #CEF7A7 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CEF7A7

Tints of Reef #CEF7A7

Color information

#CEF7A7 (or 0xCEF7A7) is unknown color: approx Reef. HEX triplet: CE, F7 and A7. RGB value is (206,247,167). Sum of RGB (Red+Green+Blue) = 206+247+167=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 167 (65.62% from 255 or 26.94% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7A7 is #310858. Grayscale: #E1E1E1. Windows color (decimal): -3213401 or 11007950. OLE color: 11007950.

HSL color Cylindrical-coordinate representation of color #CEF7A7: hue angle of 90.75º 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 #CEF7A7 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB206247167-
CMYK0.1700.320.03
HSL90.75º83.33%81.18%-
HSV(B)90.75º32.39%96.86%-
XYZ65.6982.4349.01-
YUV225.6294.92114-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 247 (96.88% from 255) = 39.84%
BLUE value IS 167 (65.62% from 255) = 26.94%
R=33.23%
G=39.84%
B=26.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062471670.1700.320.0390.7583.3381.18
HexCEF7A71102035b5351
Octal316367247210403133123121
Binary11001110111101111010011110001010000011101101110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7A7; }

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

 H1.HeaderClassName
 {
   color: #CEF7A7;
 }
 .AnyTagClassName
 {
   color: #CEF7A7;
 }
</style>
background-color css

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

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

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

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

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

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