Html Css Color HEX #A0E4DD Sinbad

📋 copy color: '#A0E4DD'

red 160 ◦ green 228 ◦ blue 221

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

Shades of Sinbad #A0E4DD

Tints of Sinbad #A0E4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 26.27%
G = 37.44%
B = 36.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#A0E4DD (or 0xA0E4DD) is known color: Sinbad. HEX triplet: A0, E4 and DD. RGB value is (160,228,221). Sum of RGB (Red+Green+Blue) = 160+228+221=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4DD is #5F1B22. Grayscale: #CECECE. Windows color (decimal): -6232867 or 14541984. OLE color: 14541984.

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

Color convert

RGB 160 228 221 -
CMYK 0.30 0 0.03 0.11
HSL 173.82º 0.56% 0.76% -
HSV(B) 173.82º 0.3% 0.89% -
XYZ 55.29 68.18 78.65 -
YUV 206.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 160 228 221 0.30 0 0.03 0.11 173.82 0.56 0.76
Hex A0 E4 DD 1E 0 3 B AE 38 4C
Octal 240 344 335 36 0 3 13 256 70 114
Binary 10100000 11100100 11011101 11110 0 11 1011 10101110 111000 1001100

Color Harmonies of #A0E4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E4DD

Black with #A0E4DD

Text Example


Text Example

White with #A0E4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E4DD; }

 p { color: rgb(160,228,221); }

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

background-color css

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

 a { background-color: rgb(160,228,221); }

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

border-color css

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

 span { border-color: rgb(160,228,221); }

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