Html Css Color HEX #94EBA5 Chinook

📋 copy color: '#94EBA5'

red 148 ◦ green 235 ◦ blue 165

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

Shades of Chinook #94EBA5

Tints of Chinook #94EBA5

RGB

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

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

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

R = 27.01%
G = 42.88%
B = 30.11%

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

#94EBA5 (or 0x94EBA5) is known color: Chinook. HEX triplet: 94, EB and A5. RGB value is (148,235,165). Sum of RGB (Red+Green+Blue) = 148+235+165=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBA5 is #6B145A. Grayscale: #C9C9C9. Windows color (decimal): -7017563 or 10873748. OLE color: 10873748.

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

Color convert

RGB 148 235 165 -
CMYK 0.37 0 0.30 0.08
HSL 131.72º 0.69% 0.75% -
HSV(B) 131.72º 0.37% 0.92% -
XYZ 48.71 68.43 46.24 -
YUV 201.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 148 235 165 0.37 0 0.30 0.08 131.72 0.69 0.75
Hex 94 EB A5 25 0 1E 8 84 45 4B
Octal 224 353 245 45 0 36 10 204 105 113
Binary 10010100 11101011 10100101 100101 0 11110 1000 10000100 1000101 1001011

Color Harmonies of #94EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EBA5

Black with #94EBA5

Text Example


Text Example

White with #94EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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