Html Css Color HEX #94E6AB Chinook

📋 copy color: '#94E6AB'

red 148 ◦ green 230 ◦ blue 171

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

Shades of Chinook #94E6AB

Tints of Chinook #94E6AB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 26.96%
G = 41.89%
B = 31.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#94E6AB (or 0x94E6AB) is known color: Chinook. HEX triplet: 94, E6 and AB. RGB value is (148,230,171). Sum of RGB (Red+Green+Blue) = 148+230+171=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E6AB is #6B1954. Grayscale: #C6C6C6. Windows color (decimal): -7018837 or 11265684. OLE color: 11265684.

HSL color Cylindrical-coordinate representation of color #94E6AB: hue angle of 136.83º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6AB is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 230 171 -
CMYK 0.36 0 0.26 0.10
HSL 136.83º 0.62% 0.74% -
HSV(B) 136.83º 0.36% 0.9% -
XYZ 47.86 65.83 48.71 -
YUV 198.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 148 230 171 0.36 0 0.26 0.10 136.83 0.62 0.74
Hex 94 E6 AB 24 0 1A A 89 3E 4A
Octal 224 346 253 44 0 32 12 211 76 112
Binary 10010100 11100110 10101011 100100 0 11010 1010 10001001 111110 1001010

Color Harmonies of #94E6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E6AB

Black with #94E6AB

Text Example


Text Example

White with #94E6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,230,171); }

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

background-color css

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

 a { background-color: rgb(148,230,171); }

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

border-color css

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

 span { border-color: rgb(148,230,171); }

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