#26BCB2

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

Shades of Light Sea Green #26BCB2

Tints of Light Sea Green #26BCB2

Color information

#26BCB2 (or 0x26BCB2) is unknown color: approx Light Sea Green. HEX triplet: 26, BC and B2. RGB value is (38,188,178). Sum of RGB (Red+Green+Blue) = 38+188+178=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #26BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BCB2 is #D9434D. Grayscale: #8D8D8D. Windows color (decimal): -14238542 or 11713574. OLE color: 11713574.

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

Color convert

RGB38188178-
CMYK0.8000.050.26
HSL176º66.37%44.31%-
HSV(B)176º79.79%73.73%-
XYZ26.8239.5948.35-
YUV142.01148.353.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.41%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 178 (69.92% from 255) = 44.06%
R=9.41%
G=46.53%
B=44.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381881780.8000.050.2617666.3744.31
Hex26BCB250051Ab0422c
Octal46274262120053226010254
Binary10011010111100101100101010000010111010101100001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,188,178); }

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

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

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

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

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

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

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