Html Css Color HEX #ACD1CB Sinbad

📋 copy color: '#ACD1CB'

red 172 ◦ green 209 ◦ blue 203

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

Shades of Sinbad #ACD1CB

Tints of Sinbad #ACD1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.79%

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 29.45%
G = 35.79%
B = 34.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#ACD1CB (or 0xACD1CB) is known color: Sinbad. HEX triplet: AC, D1 and CB. RGB value is (172,209,203). Sum of RGB (Red+Green+Blue) = 172+209+203=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1CB is #532E34. Grayscale: #C5C5C5. Windows color (decimal): -5451317 or 13357484. OLE color: 13357484.

HSL color Cylindrical-coordinate representation of color #ACD1CB: hue angle of 170.27º degrees, saturation: 0.29, 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 #ACD1CB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 203 -
CMYK 0.18 0 0.03 0.18
HSL 170.27º 0.29% 0.75% -
HSV(B) 170.27º 0.18% 0.82% -
XYZ 50.59 58.68 65.16 -
YUV 197.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 172 209 203 0.18 0 0.03 0.18 170.27 0.29 0.75
Hex AC D1 CB 12 0 3 12 AA 1D 4B
Octal 254 321 313 22 0 3 22 252 35 113
Binary 10101100 11010001 11001011 10010 0 11 10010 10101010 11101 1001011

Color Harmonies of #ACD1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1CB

Black with #ACD1CB

Text Example


Text Example

White with #ACD1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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