Html Css Color HEX #93EBA5 Chinook

📋 copy color: '#93EBA5'

red 147 ◦ green 235 ◦ blue 165

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

Shades of Chinook #93EBA5

Tints of Chinook #93EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 26.87%
G = 42.96%
B = 30.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#93EBA5 (or 0x93EBA5) is known color: Chinook. HEX triplet: 93, EB and A5. RGB value is (147,235,165). Sum of RGB (Red+Green+Blue) = 147+235+165=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBA5 is #6C145A. Grayscale: #C8C8C8. Windows color (decimal): -7083099 or 10873747. OLE color: 10873747.

HSL color Cylindrical-coordinate representation of color #93EBA5: hue angle of 132.27º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBA5 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 235 165 -
CMYK 0.37 0 0.30 0.08
HSL 132.27º 0.69% 0.75% -
HSV(B) 132.27º 0.37% 0.92% -
XYZ 48.53 68.34 46.23 -
YUV 200.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 147 235 165 0.37 0 0.30 0.08 132.27 0.69 0.75
Hex 93 EB A5 25 0 1E 8 84 45 4B
Octal 223 353 245 45 0 36 10 204 105 113
Binary 10010011 11101011 10100101 100101 0 11110 1000 10000100 1000101 1001011

Color Harmonies of #93EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EBA5

Black with #93EBA5

Text Example


Text Example

White with #93EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,235,165); }

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

background-color css

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

 a { background-color: rgb(147,235,165); }

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

border-color css

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

 span { border-color: rgb(147,235,165); }

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