Html Css Color HEX #93CEA3 Chinook

📋 copy color: '#93CEA3'

red 147 ◦ green 206 ◦ blue 163

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

Shades of Chinook #93CEA3

Tints of Chinook #93CEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.59%

R = 28.49%
G = 39.92%
B = 31.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#93CEA3 (or 0x93CEA3) is known color: Chinook. HEX triplet: 93, CE and A3. RGB value is (147,206,163). Sum of RGB (Red+Green+Blue) = 147+206+163=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CEA3 is #6C315C. Grayscale: #B7B7B7. Windows color (decimal): -7090525 or 10735251. OLE color: 10735251.

HSL color Cylindrical-coordinate representation of color #93CEA3: hue angle of 136.27º 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 #93CEA3 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 163 -
CMYK 0.29 0 0.21 0.19
HSL 136.27º 0.38% 0.69% -
HSV(B) 136.27º 0.29% 0.81% -
XYZ 40.71 52.99 42.73 -
YUV 183.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 147 206 163 0.29 0 0.21 0.19 136.27 0.38 0.69
Hex 93 CE A3 1D 0 15 13 88 26 45
Octal 223 316 243 35 0 25 23 210 46 105
Binary 10010011 11001110 10100011 11101 0 10101 10011 10001000 100110 1000101

Color Harmonies of #93CEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEA3

Black with #93CEA3

Text Example


Text Example

White with #93CEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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