Html Css Color HEX #ABD2D0 Sinbad

📋 copy color: '#ABD2D0'

red 171 ◦ green 210 ◦ blue 208

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

Shades of Sinbad #ABD2D0

Tints of Sinbad #ABD2D0

RGB

 RED value IS 171 (67.19% from 255) = 29.03%

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 29.03%
G = 35.65%
B = 35.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#ABD2D0 (or 0xABD2D0) is known color: Sinbad. HEX triplet: AB, D2 and D0. RGB value is (171,210,208). Sum of RGB (Red+Green+Blue) = 171+210+208=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2D0 is #542D2F. Grayscale: #C6C6C6. Windows color (decimal): -5516592 or 13685419. OLE color: 13685419.

HSL color Cylindrical-coordinate representation of color #ABD2D0: hue angle of 176.92º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2D0 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 208 -
CMYK 0.19 0 0.01 0.18
HSL 176.92º 0.3% 0.75% -
HSV(B) 176.92º 0.19% 0.82% -
XYZ 51.23 59.31 68.42 -
YUV 198.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 171 210 208 0.19 0 0.01 0.18 176.92 0.3 0.75
Hex AB D2 D0 13 0 1 12 B1 1E 4B
Octal 253 322 320 23 0 1 22 261 36 113
Binary 10101011 11010010 11010000 10011 0 1 10010 10110001 11110 1001011

Color Harmonies of #ABD2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2D0

Black with #ABD2D0

Text Example


Text Example

White with #ABD2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2D0; }

 p { color: rgb(171,210,208); }

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

background-color css

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

 a { background-color: rgb(171,210,208); }

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

border-color css

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

 span { border-color: rgb(171,210,208); }

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