Html Css Color HEX #ACCFC9 Sinbad

📋 copy color: '#ACCFC9'

red 172 ◦ green 207 ◦ blue 201

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

Shades of Sinbad #ACCFC9

Tints of Sinbad #ACCFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.69%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 29.66%
G = 35.69%
B = 34.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#ACCFC9 (or 0xACCFC9) is known color: Sinbad. HEX triplet: AC, CF and C9. RGB value is (172,207,201). Sum of RGB (Red+Green+Blue) = 172+207+201=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC9 is #533036. Grayscale: #C3C3C3. Windows color (decimal): -5451831 or 13225900. OLE color: 13225900.

HSL color Cylindrical-coordinate representation of color #ACCFC9: hue angle of 169.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC9 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 201 -
CMYK 0.17 0 0.03 0.19
HSL 169.71º 0.27% 0.74% -
HSV(B) 169.71º 0.17% 0.81% -
XYZ 49.87 57.61 63.75 -
YUV 195.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 172 207 201 0.17 0 0.03 0.19 169.71 0.27 0.74
Hex AC CF C9 11 0 3 13 AA 1B 4A
Octal 254 317 311 21 0 3 23 252 33 112
Binary 10101100 11001111 11001001 10001 0 11 10011 10101010 11011 1001010

Color Harmonies of #ACCFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFC9

Black with #ACCFC9

Text Example


Text Example

White with #ACCFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFC9; }

 p { color: rgb(172,207,201); }

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

background-color css

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

 a { background-color: rgb(172,207,201); }

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

border-color css

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

 span { border-color: rgb(172,207,201); }

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