Html Css Color HEX #C2F0E4 Mint Tulip

📋 copy color: '#C2F0E4'

red 194 ◦ green 240 ◦ blue 228

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

Shades of Mint Tulip #C2F0E4

Tints of Mint Tulip #C2F0E4

RGB

 RED value IS 194 (76.17% from 255) = 29.31%

 GREEN value IS 240 (94.14% from 255) = 36.25%

 BLUE value IS 228 (89.45% from 255) = 34.44%

R = 29.31%
G = 36.25%
B = 34.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#C2F0E4 (or 0xC2F0E4) is known color: Mint Tulip. HEX triplet: C2, F0 and E4. RGB value is (194,240,228). Sum of RGB (Red+Green+Blue) = 194+240+228=662 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.31% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0E4 is #3D0F1B. Grayscale: #E0E0E0. Windows color (decimal): -4001564 or 15003842. OLE color: 15003842.

HSL color Cylindrical-coordinate representation of color #C2F0E4: hue angle of 164.35º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2F0E4 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 240 228 -
CMYK 0.19 0 0.05 0.06
HSL 164.35º 0.61% 0.85% -
HSV(B) 164.35º 0.19% 0.94% -
XYZ 67.41 79.39 85.17 -
YUV 224.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 194 240 228 0.19 0 0.05 0.06 164.35 0.61 0.85
Hex C2 F0 E4 13 0 5 6 A4 3D 55
Octal 302 360 344 23 0 5 6 244 75 125
Binary 11000010 11110000 11100100 10011 0 101 110 10100100 111101 1010101

Color Harmonies of #C2F0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F0E4

Black with #C2F0E4

Text Example


Text Example

White with #C2F0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F0E4; }

 p { color: rgb(194,240,228); }

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

background-color css

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

 a { background-color: rgb(194,240,228); }

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

border-color css

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

 span { border-color: rgb(194,240,228); }

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