Html Css Color HEX #A0E2DC Sinbad

📋 copy color: '#A0E2DC'

red 160 ◦ green 226 ◦ blue 220

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

Shades of Sinbad #A0E2DC

Tints of Sinbad #A0E2DC

RGB

 RED value IS 160 (62.89% from 255) = 26.4%

 GREEN value IS 226 (88.67% from 255) = 37.29%

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

R = 26.4%
G = 37.29%
B = 36.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#A0E2DC (or 0xA0E2DC) is known color: Sinbad. HEX triplet: A0, E2 and DC. RGB value is (160,226,220). Sum of RGB (Red+Green+Blue) = 160+226+220=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E2DC is #5F1D23. Grayscale: #CDCDCD. Windows color (decimal): -6233380 or 14475936. OLE color: 14475936.

HSL color Cylindrical-coordinate representation of color #A0E2DC: hue angle of 174.55º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E2DC is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 226 220 -
CMYK 0.29 0 0.03 0.11
HSL 174.55º 0.53% 0.76% -
HSV(B) 174.55º 0.29% 0.89% -
XYZ 54.61 67.03 77.77 -
YUV 205.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 160 226 220 0.29 0 0.03 0.11 174.55 0.53 0.76
Hex A0 E2 DC 1D 0 3 B AF 35 4C
Octal 240 342 334 35 0 3 13 257 65 114
Binary 10100000 11100010 11011100 11101 0 11 1011 10101111 110101 1001100

Color Harmonies of #A0E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E2DC

Black with #A0E2DC

Text Example


Text Example

White with #A0E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E2DC; }

 p { color: rgb(160,226,220); }

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

background-color css

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

 a { background-color: rgb(160,226,220); }

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

border-color css

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

 span { border-color: rgb(160,226,220); }

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