#9DDFDF

Color #9DDFDF Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #9DDFDF

Tints of Charlotte #9DDFDF

Color information

#9DDFDF (or 0x9DDFDF) is unknown color: approx Charlotte. HEX triplet: 9D, DF and DF. RGB value is (157,223,223). Sum of RGB (Red+Green+Blue) = 157+223+223=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #9DDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFDF is #622020. Grayscale: #CBCBCB. Windows color (decimal): -6430753 or 14671773. OLE color: 14671773.

HSL color Cylindrical-coordinate representation of color #9DDFDF: hue angle of 180º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFDF is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157223223-
CMYK0.30000.13
HSL180º50.77%74.51%-
HSV(B)180º29.6%87.45%-
XYZ53.6165.2779.59-
YUV203.27139.1395-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.04%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=26.04%
G=36.98%
B=36.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572232230.30000.1318050.7774.51
Hex9DDFDF1E00Db4334b
Octal23533733736001526463113
Binary10011101110111111101111111110001101101101001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,223,223); }

 H1.HeaderClassName
 {
   color: #9DDFDF;
 }
 .AnyTagClassName
 {
   color: #9DDFDF;
 }
</style>
background-color css

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

 a { background-color: rgb(157,223,223); }

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

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

 span { border-color: rgb(157,223,223); }

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