Html Css Color HEX #92ADA8 Sea Nymph

📋 copy color: '#92ADA8'

red 146 ◦ green 173 ◦ blue 168

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

Shades of Sea Nymph #92ADA8

Tints of Sea Nymph #92ADA8

RGB

 RED value IS 146 (57.42% from 255) = 29.98%

 GREEN value IS 173 (67.97% from 255) = 35.52%

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

R = 29.98%
G = 35.52%
B = 34.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#92ADA8 (or 0x92ADA8) is known color: Sea Nymph. HEX triplet: 92, AD and A8. RGB value is (146,173,168). Sum of RGB (Red+Green+Blue) = 146+173+168=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #92ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ADA8 is #6D5257. Grayscale: #A4A4A4. Windows color (decimal): -7164504 or 11054482. OLE color: 11054482.

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

Color convert

RGB 146 173 168 -
CMYK 0.16 0 0.03 0.32
HSL 168.89º 0.14% 0.63% -
HSV(B) 168.89º 0.16% 0.68% -
XYZ 33.87 38.83 42.75 -
YUV 164.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 146 173 168 0.16 0 0.03 0.32 168.89 0.14 0.63
Hex 92 AD A8 10 0 3 20 A9 E 3F
Octal 222 255 250 20 0 3 40 251 16 77
Binary 10010010 10101101 10101000 10000 0 11 100000 10101001 1110 111111

Color Harmonies of #92ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADA8

Black with #92ADA8

Text Example


Text Example

White with #92ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92ADA8; }

 p { color: rgb(146,173,168); }

 H1.HeaderClassName
 {
   color: #92ADA8;
 }
 .AnyTagClassName
 {
   color: #92ADA8;
 }
</style>

background-color css

<style>
 a { background-color: #92ADA8; }

 a { background-color: rgb(146,173,168); }

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

border-color css

<style>
 span { border-color: #92ADA8; }

 span { border-color: rgb(146,173,168); }

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