Html Css Color HEX #ACD1CC Sinbad

📋 copy color: '#ACD1CC'

red 172 ◦ green 209 ◦ blue 204

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

Shades of Sinbad #ACD1CC

Tints of Sinbad #ACD1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 29.4%
G = 35.73%
B = 34.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#ACD1CC (or 0xACD1CC) is known color: Sinbad. HEX triplet: AC, D1 and CC. RGB value is (172,209,204). Sum of RGB (Red+Green+Blue) = 172+209+204=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1CC is #532E33. Grayscale: #C5C5C5. Windows color (decimal): -5451316 or 13423020. OLE color: 13423020.

HSL color Cylindrical-coordinate representation of color #ACD1CC: hue angle of 171.89º 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 #ACD1CC is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 204 -
CMYK 0.18 0 0.02 0.18
HSL 171.89º 0.29% 0.75% -
HSV(B) 171.89º 0.18% 0.82% -
XYZ 50.71 58.73 65.79 -
YUV 197.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 172 209 204 0.18 0 0.02 0.18 171.89 0.29 0.75
Hex AC D1 CC 12 0 2 12 AC 1D 4B
Octal 254 321 314 22 0 2 22 254 35 113
Binary 10101100 11010001 11001100 10010 0 10 10010 10101100 11101 1001011

Color Harmonies of #ACD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1CC

Black with #ACD1CC

Text Example


Text Example

White with #ACD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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