Html Css Color HEX #ACCECA Sinbad

📋 copy color: '#ACCECA'

red 172 ◦ green 206 ◦ blue 202

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

Shades of Sinbad #ACCECA

Tints of Sinbad #ACCECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 29.66%
G = 35.52%
B = 34.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#ACCECA (or 0xACCECA) is known color: Sinbad. HEX triplet: AC, CE and CA. RGB value is (172,206,202). Sum of RGB (Red+Green+Blue) = 172+206+202=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCECA is #533135. Grayscale: #C3C3C3. Windows color (decimal): -5452086 or 13291180. OLE color: 13291180.

HSL color Cylindrical-coordinate representation of color #ACCECA: hue angle of 172.94º degrees, saturation: 0.26, 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 #ACCECA is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 202 -
CMYK 0.17 0 0.02 0.19
HSL 172.94º 0.26% 0.74% -
HSV(B) 172.94º 0.17% 0.81% -
XYZ 49.75 57.18 64.29 -
YUV 195.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 172 206 202 0.17 0 0.02 0.19 172.94 0.26 0.74
Hex AC CE CA 11 0 2 13 AD 1A 4A
Octal 254 316 312 21 0 2 23 255 32 112
Binary 10101100 11001110 11001010 10001 0 10 10011 10101101 11010 1001010

Color Harmonies of #ACCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCECA

Black with #ACCECA

Text Example


Text Example

White with #ACCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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