Html Css Color HEX #94AFA8 Sea Nymph

📋 copy color: '#94AFA8'

red 148 ◦ green 175 ◦ blue 168

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

Shades of Sea Nymph #94AFA8

Tints of Sea Nymph #94AFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 30.14%
G = 35.64%
B = 34.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#94AFA8 (or 0x94AFA8) is known color: Sea Nymph. HEX triplet: 94, AF and A8. RGB value is (148,175,168). Sum of RGB (Red+Green+Blue) = 148+175+168=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #94AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AFA8 is #6B5057. Grayscale: #A6A6A6. Windows color (decimal): -7032920 or 11054996. OLE color: 11054996.

HSL color Cylindrical-coordinate representation of color #94AFA8: hue angle of 164.44º 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 #94AFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 175 168 -
CMYK 0.15 0 0.04 0.31
HSL 164.44º 0.14% 0.63% -
HSV(B) 164.44º 0.15% 0.69% -
XYZ 34.61 39.78 42.9 -
YUV 166.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 148 175 168 0.15 0 0.04 0.31 164.44 0.14 0.63
Hex 94 AF A8 F 0 4 1F A4 E 3F
Octal 224 257 250 17 0 4 37 244 16 77
Binary 10010100 10101111 10101000 1111 0 100 11111 10100100 1110 111111

Color Harmonies of #94AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AFA8

Black with #94AFA8

Text Example


Text Example

White with #94AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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