#C8FAA1

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

Shades of Reef #C8FAA1

Tints of Reef #C8FAA1

Color information

#C8FAA1 (or 0xC8FAA1) is unknown color: approx Reef. HEX triplet: C8, FA and A1. RGB value is (200,250,161). Sum of RGB (Red+Green+Blue) = 200+250+161=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAA1 is #37055E. Grayscale: #E1E1E1. Windows color (decimal): -3605855 or 10615496. OLE color: 10615496.

HSL color Cylindrical-coordinate representation of color #C8FAA1: hue angle of 93.71º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8FAA1 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB200250161-
CMYK0.200.360.02
HSL93.71º89.9%80.59%-
HSV(B)93.71º35.6%98.04%-
XYZ64.4483.2246.39-
YUV224.991.94110.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=32.73%
G=40.92%
B=26.35%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501610.200.360.0293.7189.980.59
HexC8FAA11402425e5a51
Octal310372241240442136132121
Binary11001000111110101010000110100010010010101111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAA1; }

 p { color: rgb(200,250,161); }

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

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

 a { background-color: rgb(200,250,161); }

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

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

 span { border-color: rgb(200,250,161); }

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