Html Css Color HEX #92ABA5 Sea Nymph

📋 copy color: '#92ABA5'

red 146 ◦ green 171 ◦ blue 165

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

Shades of Sea Nymph #92ABA5

Tints of Sea Nymph #92ABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.23%

R = 30.29%
G = 35.48%
B = 34.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#92ABA5 (or 0x92ABA5) is known color: Sea Nymph. HEX triplet: 92, AB and A5. RGB value is (146,171,165). Sum of RGB (Red+Green+Blue) = 146+171+165=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #92ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ABA5 is #6D545A. Grayscale: #A2A2A2. Windows color (decimal): -7165019 or 10857362. OLE color: 10857362.

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

Color convert

RGB 146 171 165 -
CMYK 0.15 0 0.04 0.33
HSL 165.6º 0.13% 0.62% -
HSV(B) 165.6º 0.15% 0.67% -
XYZ 33.21 37.95 41.17 -
YUV 162.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 146 171 165 0.15 0 0.04 0.33 165.6 0.13 0.62
Hex 92 AB A5 F 0 4 21 A6 D 3E
Octal 222 253 245 17 0 4 41 246 15 76
Binary 10010010 10101011 10100101 1111 0 100 100001 10100110 1101 111110

Color Harmonies of #92ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABA5

Black with #92ABA5

Text Example


Text Example

White with #92ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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