#C6EA94

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

Shades of Reef #C6EA94

Tints of Reef #C6EA94

Color information

#C6EA94 (or 0xC6EA94) is unknown color: approx Reef. HEX triplet: C6, EA and 94. RGB value is (198,234,148). Sum of RGB (Red+Green+Blue) = 198+234+148=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EA94 is #39156B. Grayscale: #D5D5D5. Windows color (decimal): -3741036 or 9759430. OLE color: 9759430.

HSL color Cylindrical-coordinate representation of color #C6EA94: hue angle of 85.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6EA94 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB198234148-
CMYK0.1500.370.08
HSL85.12º67.19%74.9%-
HSV(B)85.12º36.75%91.76%-
XYZ58.0672.9939.05-
YUV213.4391.07116.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 148 (58.20% from 255) = 25.52%
R=34.14%
G=40.34%
B=25.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982341480.1500.370.0885.1267.1974.9
HexC6EA94F025855434b
Octal3063522241704510125103113
Binary110001101110101010010100111101001011000101010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EA94; }

 p { color: rgb(198,234,148); }

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

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

 a { background-color: rgb(198,234,148); }

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

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

 span { border-color: rgb(198,234,148); }

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