Html Css Color HEX #A4D9D0 Sinbad

📋 copy color: '#A4D9D0'

red 164 ◦ green 217 ◦ blue 208

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

Shades of Sinbad #A4D9D0

Tints of Sinbad #A4D9D0

RGB

 RED value IS 164 (64.45% from 255) = 27.84%

 GREEN value IS 217 (85.16% from 255) = 36.84%

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

R = 27.84%
G = 36.84%
B = 35.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#A4D9D0 (or 0xA4D9D0) is known color: Sinbad. HEX triplet: A4, D9 and D0. RGB value is (164,217,208). Sum of RGB (Red+Green+Blue) = 164+217+208=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D9D0 is #5B262F. Grayscale: #C8C8C8. Windows color (decimal): -5973552 or 13687204. OLE color: 13687204.

HSL color Cylindrical-coordinate representation of color #A4D9D0: hue angle of 169.81º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D9D0 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 217 208 -
CMYK 0.24 0 0.04 0.15
HSL 169.81º 0.41% 0.75% -
HSV(B) 169.81º 0.24% 0.85% -
XYZ 51.51 62.07 68.94 -
YUV 200.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 164 217 208 0.24 0 0.04 0.15 169.81 0.41 0.75
Hex A4 D9 D0 18 0 4 F AA 29 4B
Octal 244 331 320 30 0 4 17 252 51 113
Binary 10100100 11011001 11010000 11000 0 100 1111 10101010 101001 1001011

Color Harmonies of #A4D9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D9D0

Black with #A4D9D0

Text Example


Text Example

White with #A4D9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D9D0; }

 p { color: rgb(164,217,208); }

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

background-color css

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

 a { background-color: rgb(164,217,208); }

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

border-color css

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

 span { border-color: rgb(164,217,208); }

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