#C8FFA7

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

Shades of Reef #C8FFA7

Tints of Reef #C8FFA7

Color information

#C8FFA7 (or 0xC8FFA7) is unknown color: approx Reef. HEX triplet: C8, FF and A7. RGB value is (200,255,167). Sum of RGB (Red+Green+Blue) = 200+255+167=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FFA7 is #370058. Grayscale: #E4E4E4. Windows color (decimal): -3604569 or 11009992. OLE color: 11009992.

HSL color Cylindrical-coordinate representation of color #C8FFA7: hue angle of 97.5º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8FFA7 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB200255167-
CMYK0.2200.350
HSL97.5º100%82.75%-
HSV(B)97.5º34.51%100%-
XYZ66.5586.5949.76-
YUV228.5293.28107.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 167 (65.62% from 255) = 26.85%
R=32.15%
G=41.00%
B=26.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551670.2200.35097.510082.75
HexC8FFA7160230626453
Octal310377247260430142144123
Binary1100100011111111101001111011001000110110001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFA7; }

 p { color: rgb(200,255,167); }

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

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

 a { background-color: rgb(200,255,167); }

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

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

 span { border-color: rgb(200,255,167); }

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