Html Css Color HEX #93CEA0 Chinook

📋 copy color: '#93CEA0'

red 147 ◦ green 206 ◦ blue 160

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

Shades of Chinook #93CEA0

Tints of Chinook #93CEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

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

R = 28.65%
G = 40.16%
B = 31.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#93CEA0 (or 0x93CEA0) is known color: Chinook. HEX triplet: 93, CE and A0. RGB value is (147,206,160). Sum of RGB (Red+Green+Blue) = 147+206+160=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CEA0 is #6C315F. Grayscale: #B7B7B7. Windows color (decimal): -7090528 or 10538643. OLE color: 10538643.

HSL color Cylindrical-coordinate representation of color #93CEA0: hue angle of 133.22º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CEA0 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 160 -
CMYK 0.29 0 0.22 0.19
HSL 133.22º 0.38% 0.69% -
HSV(B) 133.22º 0.29% 0.81% -
XYZ 40.45 52.88 41.33 -
YUV 183.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 147 206 160 0.29 0 0.22 0.19 133.22 0.38 0.69
Hex 93 CE A0 1D 0 16 13 85 26 45
Octal 223 316 240 35 0 26 23 205 46 105
Binary 10010011 11001110 10100000 11101 0 10110 10011 10000101 100110 1000101

Color Harmonies of #93CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEA0

Black with #93CEA0

Text Example


Text Example

White with #93CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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