#C8EDAC

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

Shades of Reef #C8EDAC

Tints of Reef #C8EDAC

Color information

#C8EDAC (or 0xC8EDAC) is unknown color: approx Reef. HEX triplet: C8, ED and AC. RGB value is (200,237,172). Sum of RGB (Red+Green+Blue) = 200+237+172=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EDAC is #371253. Grayscale: #DADADA. Windows color (decimal): -3609172 or 11333064. OLE color: 11333064.

HSL color Cylindrical-coordinate representation of color #C8EDAC: hue angle of 94.15º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8EDAC is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB200237172-
CMYK0.1600.270.07
HSL94.15º64.36%80.2%-
HSV(B)94.15º27.43%92.94%-
XYZ61.5575.8350.42-
YUV218.53101.74114.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=32.84%
G=38.92%
B=28.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371720.1600.270.0794.1564.3680.2
HexC8EDAC1001B75e4050
Octal310355254200337136100120
Binary11001000111011011010110010000011011111101111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDAC; }

 p { color: rgb(200,237,172); }

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

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

 a { background-color: rgb(200,237,172); }

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

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

 span { border-color: rgb(200,237,172); }

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