Html Css Color HEX #C8EDE0 Mint Tulip

📋 copy color: '#C8EDE0'

red 200 ◦ green 237 ◦ blue 224

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

Shades of Mint Tulip #C8EDE0

Tints of Mint Tulip #C8EDE0

RGB

 RED value IS 200 (78.52% from 255) = 30.26%

 GREEN value IS 237 (92.97% from 255) = 35.85%

 BLUE value IS 224 (87.89% from 255) = 33.89%

R = 30.26%
G = 35.85%
B = 33.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#C8EDE0 (or 0xC8EDE0) is known color: Mint Tulip. HEX triplet: C8, ED and E0. RGB value is (200,237,224). Sum of RGB (Red+Green+Blue) = 200+237+224=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDE0 is #37121F. Grayscale: #E0E0E0. Windows color (decimal): -3609120 or 14740936. OLE color: 14740936.

HSL color Cylindrical-coordinate representation of color #C8EDE0: hue angle of 158.92º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDE0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 237 224 -
CMYK 0.16 0 0.05 0.07
HSL 158.92º 0.51% 0.86% -
HSV(B) 158.92º 0.16% 0.93% -
XYZ 67.56 78.23 82.06 -
YUV 224.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 200 237 224 0.16 0 0.05 0.07 158.92 0.51 0.86
Hex C8 ED E0 10 0 5 7 9F 33 56
Octal 310 355 340 20 0 5 7 237 63 126
Binary 11001000 11101101 11100000 10000 0 101 111 10011111 110011 1010110

Color Harmonies of #C8EDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDE0

Black with #C8EDE0

Text Example


Text Example

White with #C8EDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDE0; }

 p { color: rgb(200,237,224); }

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

background-color css

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

 a { background-color: rgb(200,237,224); }

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

border-color css

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

 span { border-color: rgb(200,237,224); }

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