Html Css Color HEX #A2CBC6 Sinbad

📋 copy color: '#A2CBC6'

red 162 ◦ green 203 ◦ blue 198

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

Shades of Sinbad #A2CBC6

Tints of Sinbad #A2CBC6

RGB

 RED value IS 162 (63.67% from 255) = 28.77%

 GREEN value IS 203 (79.69% from 255) = 36.06%

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 28.77%
G = 36.06%
B = 35.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#A2CBC6 (or 0xA2CBC6) is known color: Sinbad. HEX triplet: A2, CB and C6. RGB value is (162,203,198). Sum of RGB (Red+Green+Blue) = 162+203+198=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CBC6 is #5D3439. Grayscale: #BEBEBE. Windows color (decimal): -6108218 or 13028258. OLE color: 13028258.

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

Color convert

RGB 162 203 198 -
CMYK 0.20 0 0.02 0.20
HSL 172.68º 0.28% 0.72% -
HSV(B) 172.68º 0.2% 0.8% -
XYZ 46.45 54.47 61.49 -
YUV 190.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 162 203 198 0.20 0 0.02 0.20 172.68 0.28 0.72
Hex A2 CB C6 14 0 2 14 AD 1C 48
Octal 242 313 306 24 0 2 24 255 34 110
Binary 10100010 11001011 11000110 10100 0 10 10100 10101101 11100 1001000

Color Harmonies of #A2CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CBC6

Black with #A2CBC6

Text Example


Text Example

White with #A2CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CBC6; }

 p { color: rgb(162,203,198); }

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

background-color css

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

 a { background-color: rgb(162,203,198); }

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

border-color css

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

 span { border-color: rgb(162,203,198); }

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