Html Css Color HEX #94EBA7 Chinook

📋 copy color: '#94EBA7'

red 148 ◦ green 235 ◦ blue 167

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

Shades of Chinook #94EBA7

Tints of Chinook #94EBA7

RGB

 RED value IS 148 (58.2% from 255) = 26.91%

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

 BLUE value IS 167 (65.63% from 255) = 30.36%

R = 26.91%
G = 42.73%
B = 30.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#94EBA7 (or 0x94EBA7) is known color: Chinook. HEX triplet: 94, EB and A7. RGB value is (148,235,167). Sum of RGB (Red+Green+Blue) = 148+235+167=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBA7 is #6B1458. Grayscale: #C9C9C9. Windows color (decimal): -7017561 or 11004820. OLE color: 11004820.

HSL color Cylindrical-coordinate representation of color #94EBA7: hue angle of 133.1º 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 #94EBA7 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 235 167 -
CMYK 0.37 0 0.29 0.08
HSL 133.1º 0.69% 0.75% -
HSV(B) 133.1º 0.37% 0.92% -
XYZ 48.9 68.5 47.2 -
YUV 201.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 148 235 167 0.37 0 0.29 0.08 133.1 0.69 0.75
Hex 94 EB A7 25 0 1D 8 85 45 4B
Octal 224 353 247 45 0 35 10 205 105 113
Binary 10010100 11101011 10100111 100101 0 11101 1000 10000101 1000101 1001011

Color Harmonies of #94EBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EBA7

Black with #94EBA7

Text Example


Text Example

White with #94EBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94EBA7; }

 p { color: rgb(148,235,167); }

 H1.HeaderClassName
 {
   color: #94EBA7;
 }
 .AnyTagClassName
 {
   color: #94EBA7;
 }
</style>

background-color css

<style>
 a { background-color: #94EBA7; }

 a { background-color: rgb(148,235,167); }

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

border-color css

<style>
 span { border-color: #94EBA7; }

 span { border-color: rgb(148,235,167); }

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