Html Css Color HEX #93C4AA Vista Blue

📋 copy color: '#93C4AA'

red 147 ◦ green 196 ◦ blue 170

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

Shades of Vista Blue #93C4AA

Tints of Vista Blue #93C4AA

RGB

 RED value IS 147 (57.81% from 255) = 28.65%

 GREEN value IS 196 (76.95% from 255) = 38.21%

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 28.65%
G = 38.21%
B = 33.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#93C4AA (or 0x93C4AA) is known color: Vista Blue. HEX triplet: 93, C4 and AA. RGB value is (147,196,170). Sum of RGB (Red+Green+Blue) = 147+196+170=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #93C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C4AA is #6C3B55. Grayscale: #B2B2B2. Windows color (decimal): -7093078 or 11191443. OLE color: 11191443.

HSL color Cylindrical-coordinate representation of color #93C4AA: hue angle of 148.16º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C4AA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 196 170 -
CMYK 0.25 0 0.13 0.23
HSL 148.16º 0.29% 0.67% -
HSV(B) 148.16º 0.25% 0.77% -
XYZ 39.03 48.59 45.35 -
YUV 178.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 147 196 170 0.25 0 0.13 0.23 148.16 0.29 0.67
Hex 93 C4 AA 19 0 D 17 94 1D 43
Octal 223 304 252 31 0 15 27 224 35 103
Binary 10010011 11000100 10101010 11001 0 1101 10111 10010100 11101 1000011

Color Harmonies of #93C4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C4AA

Black with #93C4AA

Text Example


Text Example

White with #93C4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93C4AA; }

 p { color: rgb(147,196,170); }

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

background-color css

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

 a { background-color: rgb(147,196,170); }

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

border-color css

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

 span { border-color: rgb(147,196,170); }

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