#8BBDA5

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

Shades of Summer Green #8BBDA5

Tints of Summer Green #8BBDA5

Color information

#8BBDA5 (or 0x8BBDA5) is unknown color: approx Summer Green. HEX triplet: 8B, BD and A5. RGB value is (139,189,165). Sum of RGB (Red+Green+Blue) = 139+189+165=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBDA5 is #74425A. Grayscale: #ABABAB. Windows color (decimal): -7619163 or 10861963. OLE color: 10861963.

HSL color Cylindrical-coordinate representation of color #8BBDA5: hue angle of 151.2º 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 #8BBDA5 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB139189165-
CMYK0.2600.130.26
HSL151.2º27.47%64.31%-
HSV(B)151.2º26.46%74.12%-
XYZ35.6444.642.33-
YUV171.31124.44104.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=28.19%
G=38.34%
B=33.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891650.2600.130.26151.227.4764.31
Hex8BBDA51A0D1A971b40
Octal213275245320153222733100
Binary10001011101111011010010111010011011101010010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,189,165); }

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

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

 a { background-color: rgb(139,189,165); }

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

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

 span { border-color: rgb(139,189,165); }

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