Html Css Color HEX #94AEA6 Sea Nymph

📋 copy color: '#94AEA6'

red 148 ◦ green 174 ◦ blue 166

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

Shades of Sea Nymph #94AEA6

Tints of Sea Nymph #94AEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.66%

 BLUE value IS 166 (65.23% from 255) = 34.02%

R = 30.33%
G = 35.66%
B = 34.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#94AEA6 (or 0x94AEA6) is known color: Sea Nymph. HEX triplet: 94, AE and A6. RGB value is (148,174,166). Sum of RGB (Red+Green+Blue) = 148+174+166=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #94AEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AEA6 is #6B5159. Grayscale: #A5A5A5. Windows color (decimal): -7033178 or 10923668. OLE color: 10923668.

HSL color Cylindrical-coordinate representation of color #94AEA6: hue angle of 161.54º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AEA6 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 174 166 -
CMYK 0.15 0 0.05 0.32
HSL 161.54º 0.14% 0.63% -
HSV(B) 161.54º 0.15% 0.68% -
XYZ 34.23 39.32 41.86 -
YUV 165.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 148 174 166 0.15 0 0.05 0.32 161.54 0.14 0.63
Hex 94 AE A6 F 0 5 20 A2 E 3F
Octal 224 256 246 17 0 5 40 242 16 77
Binary 10010100 10101110 10100110 1111 0 101 100000 10100010 1110 111111

Color Harmonies of #94AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AEA6

Black with #94AEA6

Text Example


Text Example

White with #94AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,174,166); }

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

background-color css

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

 a { background-color: rgb(148,174,166); }

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

border-color css

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

 span { border-color: rgb(148,174,166); }

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