Html Css Color HEX #8BACA2 Sea Nymph

📋 copy color: '#8BACA2'

red 139 ◦ green 172 ◦ blue 162

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

Shades of Sea Nymph #8BACA2

Tints of Sea Nymph #8BACA2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.36%

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

R = 29.39%
G = 36.36%
B = 34.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#8BACA2 (or 0x8BACA2) is known color: Sea Nymph. HEX triplet: 8B, AC and A2. RGB value is (139,172,162). Sum of RGB (Red+Green+Blue) = 139+172+162=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #8BACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BACA2 is #74535D. Grayscale: #A0A0A0. Windows color (decimal): -7623518 or 10661003. OLE color: 10661003.

HSL color Cylindrical-coordinate representation of color #8BACA2: hue angle of 161.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BACA2 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 172 162 -
CMYK 0.19 0 0.06 0.33
HSL 161.82º 0.17% 0.61% -
HSV(B) 161.82º 0.19% 0.67% -
XYZ 31.92 37.6 39.76 -
YUV 160.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 139 172 162 0.19 0 0.06 0.33 161.82 0.17 0.61
Hex 8B AC A2 13 0 6 21 A2 11 3D
Octal 213 254 242 23 0 6 41 242 21 75
Binary 10001011 10101100 10100010 10011 0 110 100001 10100010 10001 111101

Color Harmonies of #8BACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACA2

Black with #8BACA2

Text Example


Text Example

White with #8BACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,162); }

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

background-color css

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

 a { background-color: rgb(139,172,162); }

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

border-color css

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

 span { border-color: rgb(139,172,162); }

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