Html Css Color HEX #8BBEAA Sea Nymph

📋 copy color: '#8BBEAA'

red 139 ◦ green 190 ◦ blue 170

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

Shades of Sea Nymph #8BBEAA

Tints of Sea Nymph #8BBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.08%

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

R = 27.86%
G = 38.08%
B = 34.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#8BBEAA (or 0x8BBEAA) is known color: Sea Nymph. HEX triplet: 8B, BE and AA. RGB value is (139,190,170). Sum of RGB (Red+Green+Blue) = 139+190+170=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBEAA is #744155. Grayscale: #ACACAC. Windows color (decimal): -7618902 or 11189899. OLE color: 11189899.

HSL color Cylindrical-coordinate representation of color #8BBEAA: hue angle of 156.47º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEAA is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 190 170 -
CMYK 0.27 0 0.11 0.25
HSL 156.47º 0.28% 0.65% -
HSV(B) 156.47º 0.27% 0.75% -
XYZ 36.32 45.22 44.84 -
YUV 172.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 139 190 170 0.27 0 0.11 0.25 156.47 0.28 0.65
Hex 8B BE AA 1B 0 B 19 9C 1C 41
Octal 213 276 252 33 0 13 31 234 34 101
Binary 10001011 10111110 10101010 11011 0 1011 11001 10011100 11100 1000001

Color Harmonies of #8BBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBEAA

Black with #8BBEAA

Text Example


Text Example

White with #8BBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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