Html Css Color HEX #ACD7D4 Sinbad

📋 copy color: '#ACD7D4'

red 172 ◦ green 215 ◦ blue 212

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

Shades of Sinbad #ACD7D4

Tints of Sinbad #ACD7D4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.89%

 BLUE value IS 212 (83.2% from 255) = 35.39%

R = 28.71%
G = 35.89%
B = 35.39%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#ACD7D4 (or 0xACD7D4) is known color: Sinbad. HEX triplet: AC, D7 and D4. RGB value is (172,215,212). Sum of RGB (Red+Green+Blue) = 172+215+212=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7D4 is #53282B. Grayscale: #C9C9C9. Windows color (decimal): -5449772 or 13948844. OLE color: 13948844.

HSL color Cylindrical-coordinate representation of color #ACD7D4: hue angle of 175.81º degrees, saturation: 0.35, 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 #ACD7D4 is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 212 -
CMYK 0.2 0 0.01 0.16
HSL 175.81º 0.35% 0.76% -
HSV(B) 175.81º 0.2% 0.84% -
XYZ 53.2 62.13 71.47 -
YUV 201.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 172 215 212 0.2 0 0.01 0.16 175.81 0.35 0.76
Hex AC D7 D4 14 0 1 10 B0 23 4C
Octal 254 327 324 24 0 1 20 260 43 114
Binary 10101100 11010111 11010100 10100 0 1 10000 10110000 100011 1001100

Color Harmonies of #ACD7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7D4

Black with #ACD7D4

Text Example


Text Example

White with #ACD7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7D4; }

 p { color: rgb(172,215,212); }

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

background-color css

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

 a { background-color: rgb(172,215,212); }

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

border-color css

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

 span { border-color: rgb(172,215,212); }

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