Html Css Color HEX #ACD6D5 Sinbad

📋 copy color: '#ACD6D5'

red 172 ◦ green 214 ◦ blue 213

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

Shades of Sinbad #ACD6D5

Tints of Sinbad #ACD6D5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.73%

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 28.71%
G = 35.73%
B = 35.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#ACD6D5 (or 0xACD6D5) is known color: Sinbad. HEX triplet: AC, D6 and D5. RGB value is (172,214,213). Sum of RGB (Red+Green+Blue) = 172+214+213=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6D5 is #53292A. Grayscale: #C9C9C9. Windows color (decimal): -5450027 or 14014124. OLE color: 14014124.

HSL color Cylindrical-coordinate representation of color #ACD6D5: hue angle of 178.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6D5 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 213 -
CMYK 0.20 0 0.00 0.16
HSL 178.57º 0.34% 0.76% -
HSV(B) 178.57º 0.2% 0.84% -
XYZ 53.07 61.67 72.06 -
YUV 201.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 172 214 213 0.20 0 0.00 0.16 178.57 0.34 0.76
Hex AC D6 D5 14 0 0 10 B3 22 4C
Octal 254 326 325 24 0 0 20 263 42 114
Binary 10101100 11010110 11010101 10100 0 0 10000 10110011 100010 1001100

Color Harmonies of #ACD6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6D5

Black with #ACD6D5

Text Example


Text Example

White with #ACD6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6D5; }

 p { color: rgb(172,214,213); }

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

background-color css

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

 a { background-color: rgb(172,214,213); }

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

border-color css

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

 span { border-color: rgb(172,214,213); }

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