Html Css Color HEX #94AFA7 Sea Nymph

📋 copy color: '#94AFA7'

red 148 ◦ green 175 ◦ blue 167

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

Shades of Sea Nymph #94AFA7

Tints of Sea Nymph #94AFA7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.71%

 BLUE value IS 167 (65.63% from 255) = 34.08%

R = 30.2%
G = 35.71%
B = 34.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#94AFA7 (or 0x94AFA7) is known color: Sea Nymph. HEX triplet: 94, AF and A7. RGB value is (148,175,167). Sum of RGB (Red+Green+Blue) = 148+175+167=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #94AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AFA7 is #6B5058. Grayscale: #A6A6A6. Windows color (decimal): -7032921 or 10989460. OLE color: 10989460.

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

Color convert

RGB 148 175 167 -
CMYK 0.15 0 0.05 0.31
HSL 162.22º 0.14% 0.63% -
HSV(B) 162.22º 0.15% 0.69% -
XYZ 34.52 39.75 42.41 -
YUV 166.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 148 175 167 0.15 0 0.05 0.31 162.22 0.14 0.63
Hex 94 AF A7 F 0 5 1F A2 E 3F
Octal 224 257 247 17 0 5 37 242 16 77
Binary 10010100 10101111 10100111 1111 0 101 11111 10100010 1110 111111

Color Harmonies of #94AFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AFA7

Black with #94AFA7

Text Example


Text Example

White with #94AFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,175,167); }

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

background-color css

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

 a { background-color: rgb(148,175,167); }

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

border-color css

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

 span { border-color: rgb(148,175,167); }

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