Html Css Color HEX #94B5AC Sea Nymph

📋 copy color: '#94B5AC'

red 148 ◦ green 181 ◦ blue 172

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

Shades of Sea Nymph #94B5AC

Tints of Sea Nymph #94B5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 29.54%
G = 36.13%
B = 34.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#94B5AC (or 0x94B5AC) is known color: Sea Nymph. HEX triplet: 94, B5 and AC. RGB value is (148,181,172). Sum of RGB (Red+Green+Blue) = 148+181+172=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #94B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B5AC is #6B4A53. Grayscale: #AAAAAA. Windows color (decimal): -7031380 or 11318676. OLE color: 11318676.

HSL color Cylindrical-coordinate representation of color #94B5AC: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94B5AC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 172 -
CMYK 0.18 0 0.05 0.29
HSL 163.64º 0.18% 0.65% -
HSV(B) 163.64º 0.18% 0.71% -
XYZ 36.18 42.32 45.29 -
YUV 170.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 148 181 172 0.18 0 0.05 0.29 163.64 0.18 0.65
Hex 94 B5 AC 12 0 5 1D A4 12 41
Octal 224 265 254 22 0 5 35 244 22 101
Binary 10010100 10110101 10101100 10010 0 101 11101 10100100 10010 1000001

Color Harmonies of #94B5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B5AC

Black with #94B5AC

Text Example


Text Example

White with #94B5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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