Html Css Color HEX #C5F0DC Mint Tulip

📋 copy color: '#C5F0DC'

red 197 ◦ green 240 ◦ blue 220

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

Shades of Mint Tulip #C5F0DC

Tints of Mint Tulip #C5F0DC

RGB

 RED value IS 197 (77.34% from 255) = 29.98%

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

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 29.98%
G = 36.53%
B = 33.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#C5F0DC (or 0xC5F0DC) is known color: Mint Tulip. HEX triplet: C5, F0 and DC. RGB value is (197,240,220). Sum of RGB (Red+Green+Blue) = 197+240+220=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F0DC is #3A0F23. Grayscale: #E0E0E0. Windows color (decimal): -3804964 or 14479557. OLE color: 14479557.

HSL color Cylindrical-coordinate representation of color #C5F0DC: hue angle of 152.09º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5F0DC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 240 220 -
CMYK 0.18 0 0.08 0.06
HSL 152.09º 0.59% 0.86% -
HSV(B) 152.09º 0.18% 0.94% -
XYZ 67.1 79.36 79.49 -
YUV 224.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 197 240 220 0.18 0 0.08 0.06 152.09 0.59 0.86
Hex C5 F0 DC 12 0 8 6 98 3B 56
Octal 305 360 334 22 0 10 6 230 73 126
Binary 11000101 11110000 11011100 10010 0 1000 110 10011000 111011 1010110

Color Harmonies of #C5F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F0DC

Black with #C5F0DC

Text Example


Text Example

White with #C5F0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F0DC; }

 p { color: rgb(197,240,220); }

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

background-color css

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

 a { background-color: rgb(197,240,220); }

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

border-color css

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

 span { border-color: rgb(197,240,220); }

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