#C0F3E2

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

Shades of Mint Tulip #C0F3E2

Tints of Mint Tulip #C0F3E2

Color information

#C0F3E2 (or 0xC0F3E2) is unknown color: approx Mint Tulip. HEX triplet: C0, F3 and E2. RGB value is (192,243,226). Sum of RGB (Red+Green+Blue) = 192+243+226=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3E2 is #3F0C1D. Grayscale: #E1E1E1. Windows color (decimal): -4131870 or 14873536. OLE color: 14873536.

HSL color Cylindrical-coordinate representation of color #C0F3E2: hue angle of 160º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3E2 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB192243226-
CMYK0.2100.070.05
HSL160º68%85.29%-
HSV(B)160º20.99%95.29%-
XYZ67.5280.883.99-
YUV225.81128.1103.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.05%
GREEN value IS 243 (95.31% from 255) = 36.76%
BLUE value IS 226 (88.67% from 255) = 34.19%
R=29.05%
G=36.76%
B=34.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922432260.2100.070.051606885.29
HexC0F3E215075a04455
Octal30036334225075240104125
Binary1100000011110011111000101010101111011010000010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F3E2; }

 p { color: rgb(192,243,226); }

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

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

 a { background-color: rgb(192,243,226); }

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

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

 span { border-color: rgb(192,243,226); }

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