Html Css Color HEX #A2CCCB Morning Glory

📋 copy color: '#A2CCCB'

red 162 ◦ green 204 ◦ blue 203

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

Shades of Morning Glory #A2CCCB

Tints of Morning Glory #A2CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 28.47%
G = 35.85%
B = 35.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#A2CCCB (or 0xA2CCCB) is known color: Morning Glory. HEX triplet: A2, CC and CB. RGB value is (162,204,203). Sum of RGB (Red+Green+Blue) = 162+204+203=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCCB is #5D3334. Grayscale: #BFBFBF. Windows color (decimal): -6107957 or 13356194. OLE color: 13356194.

HSL color Cylindrical-coordinate representation of color #A2CCCB: hue angle of 178.57º degrees, saturation: 0.29, 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 #A2CCCB is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 203 -
CMYK 0.21 0 0.00 0.2
HSL 178.57º 0.29% 0.72% -
HSV(B) 178.57º 0.21% 0.8% -
XYZ 47.27 55.18 64.66 -
YUV 191.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 162 204 203 0.21 0 0.00 0.2 178.57 0.29 0.72
Hex A2 CC CB 15 0 0 14 B3 1D 48
Octal 242 314 313 25 0 0 24 263 35 110
Binary 10100010 11001100 11001011 10101 0 0 10100 10110011 11101 1001000

Color Harmonies of #A2CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CCCB

Black with #A2CCCB

Text Example


Text Example

White with #A2CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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