#26BD74

Color #26BD74 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #26BD74

Tints of Medium Sea Green #26BD74

Color information

#26BD74 (or 0x26BD74) is unknown color: approx Medium Sea Green. HEX triplet: 26, BD and 74. RGB value is (38,189,116). Sum of RGB (Red+Green+Blue) = 38+189+116=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD74 is #D9428B. Grayscale: #878787. Windows color (decimal): -14238348 or 7650598. OLE color: 7650598.

HSL color Cylindrical-coordinate representation of color #26BD74: hue angle of 150.99º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD74 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB38189116-
CMYK0.8000.390.26
HSL150.99º66.52%44.51%-
HSV(B)150.99º79.89%74.12%-
XYZ22.1538.0722.7-
YUV135.53116.9758.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 189 (74.22% from 255) = 55.10%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=11.08%
G=55.10%
B=33.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381891160.8000.390.26150.9966.5244.51
Hex26BD74500271A97432d
Octal462751641200473222710355
Binary1001101011110111101001010000010011111010100101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26BD74; }

 p { color: rgb(38,189,116); }

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

<style>
 a { background-color: #26BD74; }

 a { background-color: rgb(38,189,116); }

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

<style>
 span { border-color: #26BD74; }

 span { border-color: rgb(38,189,116); }

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