Html Css Color HEX #8BBCAE Sea Nymph

📋 copy color: '#8BBCAE'

red 139 ◦ green 188 ◦ blue 174

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

Shades of Sea Nymph #8BBCAE

Tints of Sea Nymph #8BBCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 27.74%
G = 37.52%
B = 34.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#8BBCAE (or 0x8BBCAE) is known color: Sea Nymph. HEX triplet: 8B, BC and AE. RGB value is (139,188,174). Sum of RGB (Red+Green+Blue) = 139+188+174=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCAE is #744351. Grayscale: #ABABAB. Windows color (decimal): -7619410 or 11451531. OLE color: 11451531.

HSL color Cylindrical-coordinate representation of color #8BBCAE: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCAE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 188 174 -
CMYK 0.26 0 0.07 0.26
HSL 162.86º 0.27% 0.64% -
HSV(B) 162.86º 0.26% 0.74% -
XYZ 36.27 44.51 46.72 -
YUV 171.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 139 188 174 0.26 0 0.07 0.26 162.86 0.27 0.64
Hex 8B BC AE 1A 0 7 1A A3 1B 40
Octal 213 274 256 32 0 7 32 243 33 100
Binary 10001011 10111100 10101110 11010 0 111 11010 10100011 11011 1000000

Color Harmonies of #8BBCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCAE

Black with #8BBCAE

Text Example


Text Example

White with #8BBCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,174); }

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

background-color css

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

 a { background-color: rgb(139,188,174); }

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

border-color css

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

 span { border-color: rgb(139,188,174); }

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