#26B9BD

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

Shades of Light Sea Green #26B9BD

Tints of Light Sea Green #26B9BD

Color information

#26B9BD (or 0x26B9BD) is unknown color: approx Light Sea Green. HEX triplet: 26, B9 and BD. RGB value is (38,185,189). Sum of RGB (Red+Green+Blue) = 38+185+189=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #26B9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26B9BD is #D94642. Grayscale: #8D8D8D. Windows color (decimal): -14239299 or 12433702. OLE color: 12433702.

HSL color Cylindrical-coordinate representation of color #26B9BD: hue angle of 181.59º 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 #26B9BD is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38185189-
CMYK0.800.0200.26
HSL181.59º66.52%44.51%-
HSV(B)181.59º79.89%74.12%-
XYZ27.3338.7854.19-
YUV141.5154.854.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.22%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=9.22%
G=44.90%
B=45.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381851890.800.0200.26181.5966.5244.51
Hex26B9BD50201Ab6432d
Octal46271275120203226610355
Binary1001101011100110111101101000010011010101101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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