#26B9C4

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

Shades of Light Sea Green #26B9C4

Tints of Light Sea Green #26B9C4

Color information

#26B9C4 (or 0x26B9C4) is unknown color: approx Light Sea Green. HEX triplet: 26, B9 and C4. RGB value is (38,185,196). Sum of RGB (Red+Green+Blue) = 38+185+196=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #26B9C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26B9C4 is #D9463B. Grayscale: #8E8E8E. Windows color (decimal): -14239292 or 12892454. OLE color: 12892454.

HSL color Cylindrical-coordinate representation of color #26B9C4: hue angle of 184.18º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26B9C4 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38185196-
CMYK0.810.0600.23
HSL184.18º67.52%45.88%-
HSV(B)184.18º80.61%76.86%-
XYZ28.1139.158.29-
YUV142.3158.353.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.07%
GREEN value IS 185 (72.66% from 255) = 44.15%
BLUE value IS 196 (76.95% from 255) = 46.78%
R=9.07%
G=44.15%
B=46.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381851960.810.0600.23184.1867.5245.88
Hex26B9C4516017b8442e
Octal46271304121602727010456
Binary10011010111001110001001010001110010111101110001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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