Html Css Color HEX #C0EABF Fringy Flower

📋 copy color: '#C0EABF'

red 192 ◦ green 234 ◦ blue 191

#C0EABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #C0EABF

Tints of Fringy Flower #C0EABF

RGB

 RED value IS 192 (75.39% from 255) = 31.12%

 GREEN value IS 234 (91.8% from 255) = 37.93%

 BLUE value IS 191 (75% from 255) = 30.96%

R = 31.12%
G = 37.93%
B = 30.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#C0EABF (or 0xC0EABF) is known color: Fringy Flower. HEX triplet: C0, EA and BF. RGB value is (192,234,191). Sum of RGB (Red+Green+Blue) = 192+234+191=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EABF is #3F1540. Grayscale: #D8D8D8. Windows color (decimal): -4134209 or 12577472. OLE color: 12577472.

HSL color Cylindrical-coordinate representation of color #C0EABF: hue angle of 118.6º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EABF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 234 191 -
CMYK 0.18 0 0.18 0.08
HSL 118.6º 0.51% 0.83% -
HSV(B) 118.6º 0.18% 0.92% -
XYZ 60.57 73.81 60.35 -
YUV 216.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 192 234 191 0.18 0 0.18 0.08 118.6 0.51 0.83
Hex C0 EA BF 12 0 12 8 77 33 53
Octal 300 352 277 22 0 22 10 167 63 123
Binary 11000000 11101010 10111111 10010 0 10010 1000 1110111 110011 1010011

Color Harmonies of #C0EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EABF

Black with #C0EABF

Text Example


Text Example

White with #C0EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EABF; }

 p { color: rgb(192,234,191); }

 H1.HeaderClassName
 {
   color: #C0EABF;
 }
 .AnyTagClassName
 {
   color: #C0EABF;
 }
</style>

background-color css

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

 a { background-color: rgb(192,234,191); }

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

border-color css

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

 span { border-color: rgb(192,234,191); }

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