#8BAF9B

Color #8BAF9B Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #8BAF9B

Tints of Summer Green #8BAF9B

Color information

#8BAF9B (or 0x8BAF9B) is unknown color: approx Summer Green. HEX triplet: 8B, AF and 9B. RGB value is (139,175,155). Sum of RGB (Red+Green+Blue) = 139+175+155=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF9B is #745064. Grayscale: #A2A2A2. Windows color (decimal): -7622757 or 10203019. OLE color: 10203019.

HSL color Cylindrical-coordinate representation of color #8BAF9B: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BAF9B is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB139175155-
CMYK0.2100.110.31
HSL146.67º18.37%61.57%-
HSV(B)146.67º20.57%68.63%-
XYZ31.8938.5236.76-
YUV161.96124.07111.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=29.64%
G=37.31%
B=33.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751550.2100.110.31146.6718.3761.57
Hex8BAF9B150B1F93123e
Octal21325723325013372232276
Binary1000101110101111100110111010101011111111001001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,155); }

 H1.HeaderClassName
 {
   color: #8BAF9B;
 }
 .AnyTagClassName
 {
   color: #8BAF9B;
 }
</style>
background-color css

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

 a { background-color: rgb(139,175,155); }

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

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

 span { border-color: rgb(139,175,155); }

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