Html Css Color HEX #ACD2D1 Sinbad

📋 copy color: '#ACD2D1'

red 172 ◦ green 210 ◦ blue 209

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

Shades of Sinbad #ACD2D1

Tints of Sinbad #ACD2D1

RGB

 RED value IS 172 (67.58% from 255) = 29.1%

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

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 29.1%
G = 35.53%
B = 35.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#ACD2D1 (or 0xACD2D1) is known color: Sinbad. HEX triplet: AC, D2 and D1. RGB value is (172,210,209). Sum of RGB (Red+Green+Blue) = 172+210+209=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2D1 is #532D2E. Grayscale: #C6C6C6. Windows color (decimal): -5451055 or 13750956. OLE color: 13750956.

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

Color convert

RGB 172 210 209 -
CMYK 0.18 0 0.00 0.18
HSL 178.42º 0.3% 0.75% -
HSV(B) 178.42º 0.18% 0.82% -
XYZ 51.57 59.47 69.08 -
YUV 198.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 172 210 209 0.18 0 0.00 0.18 178.42 0.3 0.75
Hex AC D2 D1 12 0 0 12 B2 1E 4B
Octal 254 322 321 22 0 0 22 262 36 113
Binary 10101100 11010010 11010001 10010 0 0 10010 10110010 11110 1001011

Color Harmonies of #ACD2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2D1

Black with #ACD2D1

Text Example


Text Example

White with #ACD2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2D1; }

 p { color: rgb(172,210,209); }

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

background-color css

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

 a { background-color: rgb(172,210,209); }

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

border-color css

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

 span { border-color: rgb(172,210,209); }

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