Html Css Color HEX #8BB4AA Sea Nymph

📋 copy color: '#8BB4AA'

red 139 ◦ green 180 ◦ blue 170

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

Shades of Sea Nymph #8BB4AA

Tints of Sea Nymph #8BB4AA

RGB

 RED value IS 139 (54.69% from 255) = 28.43%

 GREEN value IS 180 (70.7% from 255) = 36.81%

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 28.43%
G = 36.81%
B = 34.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#8BB4AA (or 0x8BB4AA) is known color: Sea Nymph. HEX triplet: 8B, B4 and AA. RGB value is (139,180,170). Sum of RGB (Red+Green+Blue) = 139+180+170=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB4AA is #744B55. Grayscale: #A6A6A6. Windows color (decimal): -7621462 or 11187339. OLE color: 11187339.

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

Color convert

RGB 139 180 170 -
CMYK 0.23 0 0.06 0.29
HSL 165.37º 0.21% 0.63% -
HSV(B) 165.37º 0.23% 0.71% -
XYZ 34.22 41.03 44.15 -
YUV 166.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 139 180 170 0.23 0 0.06 0.29 165.37 0.21 0.63
Hex 8B B4 AA 17 0 6 1D A5 15 3F
Octal 213 264 252 27 0 6 35 245 25 77
Binary 10001011 10110100 10101010 10111 0 110 11101 10100101 10101 111111

Color Harmonies of #8BB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB4AA

Black with #8BB4AA

Text Example


Text Example

White with #8BB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,180,170); }

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

background-color css

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

 a { background-color: rgb(139,180,170); }

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

border-color css

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

 span { border-color: rgb(139,180,170); }

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