#C1EDC0

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

Shades of Fringy Flower #C1EDC0

Tints of Fringy Flower #C1EDC0

Color information

#C1EDC0 (or 0xC1EDC0) is unknown color: approx Fringy Flower. HEX triplet: C1, ED and C0. RGB value is (193,237,192). Sum of RGB (Red+Green+Blue) = 193+237+192=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDC0 is #3E123F. Grayscale: #DADADA. Windows color (decimal): -4067904 or 12643777. OLE color: 12643777.

HSL color Cylindrical-coordinate representation of color #C1EDC0: hue angle of 118.67º degrees, saturation: 0.56, 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 #C1EDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB193237192-
CMYK0.1900.190.07
HSL118.67º55.56%84.12%-
HSV(B)118.67º18.99%92.94%-
XYZ61.7975.7161.23-
YUV218.71112.92109.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.03%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=31.03%
G=38.10%
B=30.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932371920.1900.190.07118.6755.5684.12
HexC1EDC0130137773854
Octal30135530023023716770124
Binary1100000111101101110000001001101001111111101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EDC0; }

 p { color: rgb(193,237,192); }

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

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

 a { background-color: rgb(193,237,192); }

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

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

 span { border-color: rgb(193,237,192); }

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