Html Css Color HEX #9AE4DF Charlotte

📋 copy color: '#9AE4DF'

red 154 ◦ green 228 ◦ blue 223

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

Shades of Charlotte #9AE4DF

Tints of Charlotte #9AE4DF

RGB

 RED value IS 154 (60.55% from 255) = 25.45%

 GREEN value IS 228 (89.45% from 255) = 37.69%

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 25.45%
G = 37.69%
B = 36.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#9AE4DF (or 0x9AE4DF) is known color: Charlotte. HEX triplet: 9A, E4 and DF. RGB value is (154,228,223). Sum of RGB (Red+Green+Blue) = 154+228+223=605 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.45% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE4DF is #651B20. Grayscale: #CDCDCD. Windows color (decimal): -6626081 or 14673050. OLE color: 14673050.

HSL color Cylindrical-coordinate representation of color #9AE4DF: hue angle of 175.95º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE4DF is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 228 223 -
CMYK 0.32 0 0.02 0.11
HSL 175.95º 0.58% 0.75% -
HSV(B) 175.95º 0.32% 0.89% -
XYZ 54.39 67.68 80.01 -
YUV 205.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 154 228 223 0.32 0 0.02 0.11 175.95 0.58 0.75
Hex 9A E4 DF 20 0 2 B B0 3A 4B
Octal 232 344 337 40 0 2 13 260 72 113
Binary 10011010 11100100 11011111 100000 0 10 1011 10110000 111010 1001011

Color Harmonies of #9AE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE4DF

Black with #9AE4DF

Text Example


Text Example

White with #9AE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,228,223); }

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

background-color css

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

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

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

border-color css

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

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

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