Html Css Color HEX #26C0AC Light Sea Green

📋 copy color: '#26C0AC'

red 38 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #26C0AC

Tints of Light Sea Green #26C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 9.45%
G = 47.76%
B = 42.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#26C0AC (or 0x26C0AC) is known color: Light Sea Green. HEX triplet: 26, C0 and AC. RGB value is (38,192,172). Sum of RGB (Red+Green+Blue) = 38+192+172=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #26C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C0AC is #D93F53. Grayscale: #8F8F8F. Windows color (decimal): -14237524 or 11321382. OLE color: 11321382.

HSL color Cylindrical-coordinate representation of color #26C0AC: hue angle of 172.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C0AC is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 192 172 -
CMYK 0.80 0 0.10 0.25
HSL 172.21º 0.67% 0.45% -
HSV(B) 172.21º 0.8% 0.75% -
XYZ 27.1 41.09 45.53 -
YUV 143.67 143.98 52.63 -
System Red Green Blue C M Y K H S L
Decimal 38 192 172 0.80 0 0.10 0.25 172.21 0.67 0.45
Hex 26 C0 AC 50 0 A 19 AC 43 2D
Octal 46 300 254 120 0 12 31 254 103 55
Binary 100110 11000000 10101100 1010000 0 1010 11001 10101100 1000011 101101

Color Harmonies of #26C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C0AC

Black with #26C0AC

Text Example


Text Example

White with #26C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,192,172); }

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

background-color css

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

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

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

border-color css

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

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

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