Html Css Color HEX #93D09F Chinook

📋 copy color: '#93D09F'

red 147 ◦ green 208 ◦ blue 159

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

Shades of Chinook #93D09F

Tints of Chinook #93D09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.93%

R = 28.6%
G = 40.47%
B = 30.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#93D09F (or 0x93D09F) is known color: Chinook. HEX triplet: 93, D0 and 9F. RGB value is (147,208,159). Sum of RGB (Red+Green+Blue) = 147+208+159=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #93D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D09F is #6C2F60. Grayscale: #B8B8B8. Windows color (decimal): -7090017 or 10473619. OLE color: 10473619.

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

Color convert

RGB 147 208 159 -
CMYK 0.29 0 0.24 0.18
HSL 131.8º 0.39% 0.7% -
HSV(B) 131.8º 0.29% 0.82% -
XYZ 40.85 53.82 41.04 -
YUV 184.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 147 208 159 0.29 0 0.24 0.18 131.8 0.39 0.7
Hex 93 D0 9F 1D 0 18 12 84 27 46
Octal 223 320 237 35 0 30 22 204 47 106
Binary 10010011 11010000 10011111 11101 0 11000 10010 10000100 100111 1000110

Color Harmonies of #93D09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D09F

Black with #93D09F

Text Example


Text Example

White with #93D09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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