Html Css Color HEX #92ABA6 Sea Nymph

📋 copy color: '#92ABA6'

red 146 ◦ green 171 ◦ blue 166

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

Shades of Sea Nymph #92ABA6

Tints of Sea Nymph #92ABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

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

R = 30.23%
G = 35.4%
B = 34.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#92ABA6 (or 0x92ABA6) is known color: Sea Nymph. HEX triplet: 92, AB and A6. RGB value is (146,171,166). Sum of RGB (Red+Green+Blue) = 146+171+166=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #92ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ABA6 is #6D5459. Grayscale: #A2A2A2. Windows color (decimal): -7165018 or 10922898. OLE color: 10922898.

HSL color Cylindrical-coordinate representation of color #92ABA6: hue angle of 168º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92ABA6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 171 166 -
CMYK 0.15 0 0.03 0.33
HSL 168º 0.13% 0.62% -
HSV(B) 168º 0.15% 0.67% -
XYZ 33.3 37.99 41.65 -
YUV 162.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 146 171 166 0.15 0 0.03 0.33 168 0.13 0.62
Hex 92 AB A6 F 0 3 21 A8 D 3E
Octal 222 253 246 17 0 3 41 250 15 76
Binary 10010010 10101011 10100110 1111 0 11 100001 10101000 1101 111110

Color Harmonies of #92ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABA6

Black with #92ABA6

Text Example


Text Example

White with #92ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,171,166); }

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

background-color css

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

 a { background-color: rgb(146,171,166); }

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

border-color css

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

 span { border-color: rgb(146,171,166); }

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