Html Css Color HEX #C0F2DE Mint Tulip

📋 copy color: '#C0F2DE'

red 192 ◦ green 242 ◦ blue 222

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

Shades of Mint Tulip #C0F2DE

Tints of Mint Tulip #C0F2DE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.89%

 BLUE value IS 222 (87.11% from 255) = 33.84%

R = 29.27%
G = 36.89%
B = 33.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#C0F2DE (or 0xC0F2DE) is known color: Mint Tulip. HEX triplet: C0, F2 and DE. RGB value is (192,242,222). Sum of RGB (Red+Green+Blue) = 192+242+222=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DE is #3F0D21. Grayscale: #E0E0E0. Windows color (decimal): -4132130 or 14611136. OLE color: 14611136.

HSL color Cylindrical-coordinate representation of color #C0F2DE: hue angle of 156º degrees, saturation: 0.66, 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 #C0F2DE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 222 -
CMYK 0.21 0 0.08 0.05
HSL 156º 0.66% 0.85% -
HSV(B) 156º 0.21% 0.95% -
XYZ 66.68 79.98 81.03 -
YUV 224.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 192 242 222 0.21 0 0.08 0.05 156 0.66 0.85
Hex C0 F2 DE 15 0 8 5 9C 42 55
Octal 300 362 336 25 0 10 5 234 102 125
Binary 11000000 11110010 11011110 10101 0 1000 101 10011100 1000010 1010101

Color Harmonies of #C0F2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2DE

Black with #C0F2DE

Text Example


Text Example

White with #C0F2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F2DE; }

 p { color: rgb(192,242,222); }

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

background-color css

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

 a { background-color: rgb(192,242,222); }

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

border-color css

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

 span { border-color: rgb(192,242,222); }

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