#C2ECC0

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

Shades of Fringy Flower #C2ECC0

Tints of Fringy Flower #C2ECC0

Color information

#C2ECC0 (or 0xC2ECC0) is unknown color: approx Fringy Flower. HEX triplet: C2, EC and C0. RGB value is (194,236,192). Sum of RGB (Red+Green+Blue) = 194+236+192=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECC0 is #3D133F. Grayscale: #DADADA. Windows color (decimal): -4002624 or 12643522. OLE color: 12643522.

HSL color Cylindrical-coordinate representation of color #C2ECC0: hue angle of 117.27º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2ECC0 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB194236192-
CMYK0.1800.190.07
HSL117.27º53.66%83.92%-
HSV(B)117.27º18.64%92.55%-
XYZ61.7675.2761.14-
YUV218.43113.09110.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.19%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=31.19%
G=37.94%
B=30.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942361920.1800.190.07117.2753.6683.92
HexC2ECC0120137753654
Octal30235430022023716566124
Binary1100001011101100110000001001001001111111101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ECC0; }

 p { color: rgb(194,236,192); }

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

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

 a { background-color: rgb(194,236,192); }

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

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

 span { border-color: rgb(194,236,192); }

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