Html Css Color HEX #94E6AC Chinook

📋 copy color: '#94E6AC'

red 148 ◦ green 230 ◦ blue 172

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

Shades of Chinook #94E6AC

Tints of Chinook #94E6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 26.91%
G = 41.82%
B = 31.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#94E6AC (or 0x94E6AC) is known color: Chinook. HEX triplet: 94, E6 and AC. RGB value is (148,230,172). Sum of RGB (Red+Green+Blue) = 148+230+172=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E6AC is #6B1953. Grayscale: #C7C7C7. Windows color (decimal): -7018836 or 11331220. OLE color: 11331220.

HSL color Cylindrical-coordinate representation of color #94E6AC: hue angle of 137.56º 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 #94E6AC is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 230 172 -
CMYK 0.36 0 0.25 0.10
HSL 137.56º 0.62% 0.74% -
HSV(B) 137.56º 0.36% 0.9% -
XYZ 47.96 65.87 49.22 -
YUV 198.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 148 230 172 0.36 0 0.25 0.10 137.56 0.62 0.74
Hex 94 E6 AC 24 0 19 A 8A 3E 4A
Octal 224 346 254 44 0 31 12 212 76 112
Binary 10010100 11100110 10101100 100100 0 11001 1010 10001010 111110 1001010

Color Harmonies of #94E6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E6AC

Black with #94E6AC

Text Example


Text Example

White with #94E6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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