Html Css Color HEX #8BB2AE Sea Nymph

📋 copy color: '#8BB2AE'

red 139 ◦ green 178 ◦ blue 174

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

Shades of Sea Nymph #8BB2AE

Tints of Sea Nymph #8BB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.25%

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

R = 28.31%
G = 36.25%
B = 35.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#8BB2AE (or 0x8BB2AE) is known color: Sea Nymph. HEX triplet: 8B, B2 and AE. RGB value is (139,178,174). Sum of RGB (Red+Green+Blue) = 139+178+174=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB2AE is #744D51. Grayscale: #A5A5A5. Windows color (decimal): -7621970 or 11448971. OLE color: 11448971.

HSL color Cylindrical-coordinate representation of color #8BB2AE: hue angle of 173.85º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB2AE is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 178 174 -
CMYK 0.22 0 0.02 0.30
HSL 173.85º 0.2% 0.62% -
HSV(B) 173.85º 0.22% 0.7% -
XYZ 34.21 40.39 46.04 -
YUV 165.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 139 178 174 0.22 0 0.02 0.30 173.85 0.2 0.62
Hex 8B B2 AE 16 0 2 1E AE 14 3E
Octal 213 262 256 26 0 2 36 256 24 76
Binary 10001011 10110010 10101110 10110 0 10 11110 10101110 10100 111110

Color Harmonies of #8BB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB2AE

Black with #8BB2AE

Text Example


Text Example

White with #8BB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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