Html Css Color HEX #ACCCC7 Sinbad

📋 copy color: '#ACCCC7'

red 172 ◦ green 204 ◦ blue 199

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

Shades of Sinbad #ACCCC7

Tints of Sinbad #ACCCC7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.48%

 BLUE value IS 199 (78.13% from 255) = 34.61%

R = 29.91%
G = 35.48%
B = 34.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#ACCCC7 (or 0xACCCC7) is known color: Sinbad. HEX triplet: AC, CC and C7. RGB value is (172,204,199). Sum of RGB (Red+Green+Blue) = 172+204+199=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC7 is #533338. Grayscale: #C1C1C1. Windows color (decimal): -5452601 or 13094060. OLE color: 13094060.

HSL color Cylindrical-coordinate representation of color #ACCCC7: hue angle of 170.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCC7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 199 -
CMYK 0.16 0 0.02 0.2
HSL 170.63º 0.24% 0.74% -
HSV(B) 170.63º 0.16% 0.8% -
XYZ 48.91 56.08 62.28 -
YUV 193.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 172 204 199 0.16 0 0.02 0.2 170.63 0.24 0.74
Hex AC CC C7 10 0 2 14 AB 18 4A
Octal 254 314 307 20 0 2 24 253 30 112
Binary 10101100 11001100 11000111 10000 0 10 10100 10101011 11000 1001010

Color Harmonies of #ACCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCC7

Black with #ACCCC7

Text Example


Text Example

White with #ACCCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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