#C6FAA5

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

Shades of Reef #C6FAA5

Tints of Reef #C6FAA5

Color information

#C6FAA5 (or 0xC6FAA5) is unknown color: approx Reef. HEX triplet: C6, FA and A5. RGB value is (198,250,165). Sum of RGB (Red+Green+Blue) = 198+250+165=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FAA5 is #39055A. Grayscale: #E1E1E1. Windows color (decimal): -3736923 or 10877638. OLE color: 10877638.

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

Color convert

RGB198250165-
CMYK0.2100.340.02
HSL96.71º89.47%81.37%-
HSV(B)96.71º34%98.04%-
XYZ64.2783.0948.25-
YUV224.7694.27108.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 165 (64.84% from 255) = 26.92%
R=32.30%
G=40.78%
B=26.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982501650.2100.340.0296.7189.4781.37
HexC6FAA5150222615951
Octal306372245250422141131121
Binary11000110111110101010010110101010001010110000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FAA5; }

 p { color: rgb(198,250,165); }

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

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

 a { background-color: rgb(198,250,165); }

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

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

 span { border-color: rgb(198,250,165); }

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