Html Css Color HEX #93D0A0 Chinook

📋 copy color: '#93D0A0'

red 147 ◦ green 208 ◦ blue 160

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

Shades of Chinook #93D0A0

Tints of Chinook #93D0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 28.54%
G = 40.39%
B = 31.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#93D0A0 (or 0x93D0A0) is known color: Chinook. HEX triplet: 93, D0 and A0. RGB value is (147,208,160). Sum of RGB (Red+Green+Blue) = 147+208+160=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D0A0 is #6C2F5F. Grayscale: #B8B8B8. Windows color (decimal): -7090016 or 10539155. OLE color: 10539155.

HSL color Cylindrical-coordinate representation of color #93D0A0: hue angle of 132.79º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D0A0 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 208 160 -
CMYK 0.29 0 0.23 0.18
HSL 132.79º 0.39% 0.7% -
HSV(B) 132.79º 0.29% 0.82% -
XYZ 40.93 53.85 41.49 -
YUV 184.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 147 208 160 0.29 0 0.23 0.18 132.79 0.39 0.7
Hex 93 D0 A0 1D 0 17 12 85 27 46
Octal 223 320 240 35 0 27 22 205 47 106
Binary 10010011 11010000 10100000 11101 0 10111 10010 10000101 100111 1000110

Color Harmonies of #93D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D0A0

Black with #93D0A0

Text Example


Text Example

White with #93D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,208,160); }

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

background-color css

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

 a { background-color: rgb(147,208,160); }

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

border-color css

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

 span { border-color: rgb(147,208,160); }

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