Html Css Color HEX #94ECAB Chinook

📋 copy color: '#94ECAB'

red 148 ◦ green 236 ◦ blue 171

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

Shades of Chinook #94ECAB

Tints of Chinook #94ECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.52%

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

R = 26.67%
G = 42.52%
B = 30.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#94ECAB (or 0x94ECAB) is known color: Chinook. HEX triplet: 94, EC and AB. RGB value is (148,236,171). Sum of RGB (Red+Green+Blue) = 148+236+171=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ECAB is #6B1354. Grayscale: #CACACA. Windows color (decimal): -7017301 or 11267220. OLE color: 11267220.

HSL color Cylindrical-coordinate representation of color #94ECAB: hue angle of 135.68º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECAB is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 171 -
CMYK 0.37 0 0.28 0.07
HSL 135.68º 0.7% 0.75% -
HSV(B) 135.68º 0.37% 0.93% -
XYZ 49.56 69.23 49.28 -
YUV 202.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 148 236 171 0.37 0 0.28 0.07 135.68 0.7 0.75
Hex 94 EC AB 25 0 1C 7 88 46 4B
Octal 224 354 253 45 0 34 7 210 106 113
Binary 10010100 11101100 10101011 100101 0 11100 111 10001000 1000110 1001011

Color Harmonies of #94ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ECAB

Black with #94ECAB

Text Example


Text Example

White with #94ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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