Html Css Color HEX #A6D7D0 Sinbad

📋 copy color: '#A6D7D0'

red 166 ◦ green 215 ◦ blue 208

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

Shades of Sinbad #A6D7D0

Tints of Sinbad #A6D7D0

RGB

 RED value IS 166 (65.23% from 255) = 28.18%

 GREEN value IS 215 (84.38% from 255) = 36.5%

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

R = 28.18%
G = 36.5%
B = 35.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#A6D7D0 (or 0xA6D7D0) is known color: Sinbad. HEX triplet: A6, D7 and D0. RGB value is (166,215,208). Sum of RGB (Red+Green+Blue) = 166+215+208=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7D0 is #59282F. Grayscale: #C7C7C7. Windows color (decimal): -5842992 or 13686694. OLE color: 13686694.

HSL color Cylindrical-coordinate representation of color #A6D7D0: hue angle of 171.43º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7D0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 215 208 -
CMYK 0.23 0 0.03 0.16
HSL 171.43º 0.38% 0.75% -
HSV(B) 171.43º 0.23% 0.84% -
XYZ 51.41 61.26 68.79 -
YUV 199.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 166 215 208 0.23 0 0.03 0.16 171.43 0.38 0.75
Hex A6 D7 D0 17 0 3 10 AB 26 4B
Octal 246 327 320 27 0 3 20 253 46 113
Binary 10100110 11010111 11010000 10111 0 11 10000 10101011 100110 1001011

Color Harmonies of #A6D7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D7D0

Black with #A6D7D0

Text Example


Text Example

White with #A6D7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D7D0; }

 p { color: rgb(166,215,208); }

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

background-color css

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

 a { background-color: rgb(166,215,208); }

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

border-color css

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

 span { border-color: rgb(166,215,208); }

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