Html Css Color HEX #26B2A8 Light Sea Green

📋 copy color: '#26B2A8'

red 38 ◦ green 178 ◦ blue 168

#26B2A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #26B2A8

Tints of Light Sea Green #26B2A8

RGB

 RED value IS 38 (15.23% from 255) = 9.9%

 GREEN value IS 178 (69.92% from 255) = 46.35%

 BLUE value IS 168 (66.02% from 255) = 43.75%

R = 9.9%
G = 46.35%
B = 43.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#26B2A8 (or 0x26B2A8) is known color: Light Sea Green. HEX triplet: 26, B2 and A8. RGB value is (38,178,168). Sum of RGB (Red+Green+Blue) = 38+178+168=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #26B2A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B2A8 is #D94D57. Grayscale: #868686. Windows color (decimal): -14241112 or 11055654. OLE color: 11055654.

HSL color Cylindrical-coordinate representation of color #26B2A8: hue angle of 175.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B2A8 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 38 178 168 -
CMYK 0.79 0 0.06 0.30
HSL 175.71º 0.65% 0.42% -
HSV(B) 175.71º 0.79% 0.7% -
XYZ 23.79 35.08 42.56 -
YUV 135 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 38 178 168 0.79 0 0.06 0.30 175.71 0.65 0.42
Hex 26 B2 A8 4F 0 6 1E B0 41 2A
Octal 46 262 250 117 0 6 36 260 101 52
Binary 100110 10110010 10101000 1001111 0 110 11110 10110000 1000001 101010

Color Harmonies of #26B2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26B2A8

Black with #26B2A8

Text Example


Text Example

White with #26B2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26B2A8;
 }
 .AnyTagClassName
 {
   color: #26B2A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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