#C7F1AA

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

Shades of Reef #C7F1AA

Tints of Reef #C7F1AA

Color information

#C7F1AA (or 0xC7F1AA) is unknown color: approx Reef. HEX triplet: C7, F1 and AA. RGB value is (199,241,170). Sum of RGB (Red+Green+Blue) = 199+241+170=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F1AA is #380E55. Grayscale: #DCDCDC. Windows color (decimal): -3673686 or 11203015. OLE color: 11203015.

HSL color Cylindrical-coordinate representation of color #C7F1AA: hue angle of 95.49º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7F1AA is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB199241170-
CMYK0.1700.290.05
HSL95.49º71.72%80.59%-
HSV(B)95.49º29.46%94.51%-
XYZ62.2677.9549.8-
YUV220.3599.59112.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=32.62%
G=39.51%
B=27.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992411700.1700.290.0595.4971.7280.59
HexC7F1AA1101D55f4851
Octal307361252210355137110121
Binary11000111111100011010101010001011101101101111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F1AA; }

 p { color: rgb(199,241,170); }

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

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

 a { background-color: rgb(199,241,170); }

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

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

 span { border-color: rgb(199,241,170); }

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