Html Css Color HEX #A1CCC7 Sinbad

📋 copy color: '#A1CCC7'

red 161 ◦ green 204 ◦ blue 199

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

Shades of Sinbad #A1CCC7

Tints of Sinbad #A1CCC7

RGB

 RED value IS 161 (63.28% from 255) = 28.55%

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

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

R = 28.55%
G = 36.17%
B = 35.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#A1CCC7 (or 0xA1CCC7) is known color: Sinbad. HEX triplet: A1, CC and C7. RGB value is (161,204,199). Sum of RGB (Red+Green+Blue) = 161+204+199=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCC7 is #5E3338. Grayscale: #BEBEBE. Windows color (decimal): -6173497 or 13094049. OLE color: 13094049.

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

Color convert

RGB 161 204 199 -
CMYK 0.21 0 0.02 0.2
HSL 173.02º 0.3% 0.72% -
HSV(B) 173.02º 0.21% 0.8% -
XYZ 46.6 54.89 62.17 -
YUV 190.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 161 204 199 0.21 0 0.02 0.2 173.02 0.3 0.72
Hex A1 CC C7 15 0 2 14 AD 1E 48
Octal 241 314 307 25 0 2 24 255 36 110
Binary 10100001 11001100 11000111 10101 0 10 10100 10101101 11110 1001000

Color Harmonies of #A1CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCC7

Black with #A1CCC7

Text Example


Text Example

White with #A1CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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