#26BABA

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

Shades of Light Sea Green #26BABA

Tints of Light Sea Green #26BABA

Color information

#26BABA (or 0x26BABA) is unknown color: approx Light Sea Green. HEX triplet: 26, BA and BA. RGB value is (38,186,186). Sum of RGB (Red+Green+Blue) = 38+186+186=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #26BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BABA is #D94545. Grayscale: #8D8D8D. Windows color (decimal): -14239046 or 12237350. OLE color: 12237350.

HSL color Cylindrical-coordinate representation of color #26BABA: hue angle of 180º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BABA is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38186186-
CMYK0.80000.27
HSL180º66.07%43.92%-
HSV(B)180º79.57%72.94%-
XYZ27.2239.0852.56-
YUV141.75152.9754-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.27%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=9.27%
G=45.37%
B=45.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381861860.80000.2718066.0743.92
Hex26BABA50001Bb4422c
Octal46272272120003326410254
Binary100110101110101011101010100000011011101101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,186,186); }

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

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

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

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

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

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

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