#CEFAAC

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

Shades of Reef #CEFAAC

Tints of Reef #CEFAAC

Color information

#CEFAAC (or 0xCEFAAC) is unknown color: approx Reef. HEX triplet: CE, FA and AC. RGB value is (206,250,172). Sum of RGB (Red+Green+Blue) = 206+250+172=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAAC is #310553. Grayscale: #E4E4E4. Windows color (decimal): -3212628 or 11336398. OLE color: 11336398.

HSL color Cylindrical-coordinate representation of color #CEFAAC: hue angle of 93.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEFAAC is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB206250172-
CMYK0.1800.310.02
HSL93.85º88.64%82.75%-
HSV(B)93.85º31.2%98.04%-
XYZ67.0984.4751.8-
YUV227.9596.42112.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 172 (67.58% from 255) = 27.39%
R=32.80%
G=39.81%
B=27.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501720.1800.310.0293.8588.6482.75
HexCEFAAC1201F25e5953
Octal316372254220372136131123
Binary1100111011111010101011001001001111110101111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAAC; }

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

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

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

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

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

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

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

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