Html Css Color HEX #8AB5A2 Sea Nymph

📋 copy color: '#8AB5A2'

red 138 ◦ green 181 ◦ blue 162

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

Shades of Sea Nymph #8AB5A2

Tints of Sea Nymph #8AB5A2

RGB

 RED value IS 138 (54.3% from 255) = 28.69%

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 162 (63.67% from 255) = 33.68%

R = 28.69%
G = 37.63%
B = 33.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#8AB5A2 (or 0x8AB5A2) is known color: Sea Nymph. HEX triplet: 8A, B5 and A2. RGB value is (138,181,162). Sum of RGB (Red+Green+Blue) = 138+181+162=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB5A2 is #754A5D. Grayscale: #A6A6A6. Windows color (decimal): -7686750 or 10663306. OLE color: 10663306.

HSL color Cylindrical-coordinate representation of color #8AB5A2: hue angle of 153.49º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB5A2 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 162 -
CMYK 0.24 0 0.10 0.29
HSL 153.49º 0.23% 0.63% -
HSV(B) 153.49º 0.24% 0.71% -
XYZ 33.53 41.06 40.34 -
YUV 165.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 138 181 162 0.24 0 0.10 0.29 153.49 0.23 0.63
Hex 8A B5 A2 18 0 A 1D 99 17 3F
Octal 212 265 242 30 0 12 35 231 27 77
Binary 10001010 10110101 10100010 11000 0 1010 11101 10011001 10111 111111

Color Harmonies of #8AB5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB5A2

Black with #8AB5A2

Text Example


Text Example

White with #8AB5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB5A2; }

 p { color: rgb(138,181,162); }

 H1.HeaderClassName
 {
   color: #8AB5A2;
 }
 .AnyTagClassName
 {
   color: #8AB5A2;
 }
</style>

background-color css

<style>
 a { background-color: #8AB5A2; }

 a { background-color: rgb(138,181,162); }

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

border-color css

<style>
 span { border-color: #8AB5A2; }

 span { border-color: rgb(138,181,162); }

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