Html Css Color HEX #ACD1CE Sinbad

📋 copy color: '#ACD1CE'

red 172 ◦ green 209 ◦ blue 206

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

Shades of Sinbad #ACD1CE

Tints of Sinbad #ACD1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 29.3%
G = 35.6%
B = 35.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#ACD1CE (or 0xACD1CE) is known color: Sinbad. HEX triplet: AC, D1 and CE. RGB value is (172,209,206). Sum of RGB (Red+Green+Blue) = 172+209+206=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1CE is #532E31. Grayscale: #C5C5C5. Windows color (decimal): -5451314 or 13554092. OLE color: 13554092.

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

Color convert

RGB 172 209 206 -
CMYK 0.18 0 0.01 0.18
HSL 175.14º 0.29% 0.75% -
HSV(B) 175.14º 0.18% 0.82% -
XYZ 50.95 58.83 67.06 -
YUV 197.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 172 209 206 0.18 0 0.01 0.18 175.14 0.29 0.75
Hex AC D1 CE 12 0 1 12 AF 1D 4B
Octal 254 321 316 22 0 1 22 257 35 113
Binary 10101100 11010001 11001110 10010 0 1 10010 10101111 11101 1001011

Color Harmonies of #ACD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1CE

Black with #ACD1CE

Text Example


Text Example

White with #ACD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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