#C7FAA5

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

Shades of Reef #C7FAA5

Tints of Reef #C7FAA5

Color information

#C7FAA5 (or 0xC7FAA5) is unknown color: approx Reef. HEX triplet: C7, FA and A5. RGB value is (199,250,165). Sum of RGB (Red+Green+Blue) = 199+250+165=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FAA5 is #38055A. Grayscale: #E1E1E1. Windows color (decimal): -3671387 or 10877639. OLE color: 10877639.

HSL color Cylindrical-coordinate representation of color #C7FAA5: hue angle of 96º 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 #C7FAA5 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB199250165-
CMYK0.2000.340.02
HSL96º89.47%81.37%-
HSV(B)96º34%98.04%-
XYZ64.5383.2348.26-
YUV225.0694.1109.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 165 (64.84% from 255) = 26.87%
R=32.41%
G=40.72%
B=26.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992501650.2000.340.029689.4781.37
HexC7FAA5140222605951
Octal307372245240422140131121
Binary11000111111110101010010110100010001010110000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAA5; }

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

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

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

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

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

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

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

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