Html Css Color HEX #A0D2CC Sinbad

📋 copy color: '#A0D2CC'

red 160 ◦ green 210 ◦ blue 204

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

Shades of Sinbad #A0D2CC

Tints of Sinbad #A0D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.59%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 27.87%
G = 36.59%
B = 35.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A0D2CC (or 0xA0D2CC) is known color: Sinbad. HEX triplet: A0, D2 and CC. RGB value is (160,210,204). Sum of RGB (Red+Green+Blue) = 160+210+204=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2CC is #5F2D33. Grayscale: #C2C2C2. Windows color (decimal): -6237492 or 13423264. OLE color: 13423264.

HSL color Cylindrical-coordinate representation of color #A0D2CC: hue angle of 172.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2CC is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 210 204 -
CMYK 0.24 0 0.03 0.18
HSL 172.8º 0.36% 0.73% -
HSV(B) 172.8º 0.24% 0.82% -
XYZ 48.44 57.93 65.75 -
YUV 194.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 160 210 204 0.24 0 0.03 0.18 172.8 0.36 0.73
Hex A0 D2 CC 18 0 3 12 AD 24 49
Octal 240 322 314 30 0 3 22 255 44 111
Binary 10100000 11010010 11001100 11000 0 11 10010 10101101 100100 1001001

Color Harmonies of #A0D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D2CC

Black with #A0D2CC

Text Example


Text Example

White with #A0D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D2CC; }

 p { color: rgb(160,210,204); }

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

background-color css

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

 a { background-color: rgb(160,210,204); }

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

border-color css

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

 span { border-color: rgb(160,210,204); }

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