#C8F8A8

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

Shades of Reef #C8F8A8

Tints of Reef #C8F8A8

Color information

#C8F8A8 (or 0xC8F8A8) is unknown color: approx Reef. HEX triplet: C8, F8 and A8. RGB value is (200,248,168). Sum of RGB (Red+Green+Blue) = 200+248+168=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F8A8 is #370757. Grayscale: #E0E0E0. Windows color (decimal): -3606360 or 11073736. OLE color: 11073736.

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

Color convert

RGB200248168-
CMYK0.1900.320.03
HSL96º85.11%81.57%-
HSV(B)96º32.26%97.25%-
XYZ64.4582.2449.52-
YUV224.5396.1110.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 168 (66.02% from 255) = 27.27%
R=32.47%
G=40.26%
B=27.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002481680.1900.320.039685.1181.57
HexC8F8A8130203605552
Octal310370250230403140125122
Binary11001000111110001010100010011010000011110000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F8A8; }

 p { color: rgb(200,248,168); }

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

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

 a { background-color: rgb(200,248,168); }

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

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

 span { border-color: rgb(200,248,168); }

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