Html Css Color HEX #9CE1E0 Charlotte

📋 copy color: '#9CE1E0'

red 156 ◦ green 225 ◦ blue 224

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

Shades of Charlotte #9CE1E0

Tints of Charlotte #9CE1E0

RGB

 RED value IS 156 (61.33% from 255) = 25.79%

 GREEN value IS 225 (88.28% from 255) = 37.19%

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

R = 25.79%
G = 37.19%
B = 37.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#9CE1E0 (or 0x9CE1E0) is known color: Charlotte. HEX triplet: 9C, E1 and E0. RGB value is (156,225,224). Sum of RGB (Red+Green+Blue) = 156+225+224=605 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.79% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1E0 is #631E1F. Grayscale: #CCCCCC. Windows color (decimal): -6495776 or 14737820. OLE color: 14737820.

HSL color Cylindrical-coordinate representation of color #9CE1E0: hue angle of 179.13º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE1E0 is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 225 224 -
CMYK 0.31 0 0.00 0.12
HSL 179.13º 0.53% 0.75% -
HSV(B) 179.13º 0.31% 0.88% -
XYZ 54.09 66.3 80.47 -
YUV 204.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 156 225 224 0.31 0 0.00 0.12 179.13 0.53 0.75
Hex 9C E1 E0 1F 0 0 C B3 35 4B
Octal 234 341 340 37 0 0 14 263 65 113
Binary 10011100 11100001 11100000 11111 0 0 1100 10110011 110101 1001011

Color Harmonies of #9CE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1E0

Black with #9CE1E0

Text Example


Text Example

White with #9CE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CE1E0; }

 p { color: rgb(156,225,224); }

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

background-color css

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

 a { background-color: rgb(156,225,224); }

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

border-color css

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

 span { border-color: rgb(156,225,224); }

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