Html Css Color HEX #26C0AF Light Sea Green

📋 copy color: '#26C0AF'

red 38 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #26C0AF

Tints of Light Sea Green #26C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 9.38%
G = 47.41%
B = 43.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#26C0AF (or 0x26C0AF) is known color: Light Sea Green. HEX triplet: 26, C0 and AF. RGB value is (38,192,175). Sum of RGB (Red+Green+Blue) = 38+192+175=405 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.38% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #26C0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C0AF is #D93F50. Grayscale: #8F8F8F. Windows color (decimal): -14237521 or 11517990. OLE color: 11517990.

HSL color Cylindrical-coordinate representation of color #26C0AF: hue angle of 173.38º 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 #26C0AF is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 192 175 -
CMYK 0.80 0 0.09 0.25
HSL 173.38º 0.67% 0.45% -
HSV(B) 173.38º 0.8% 0.75% -
XYZ 27.39 41.21 47.07 -
YUV 144.02 145.48 52.38 -
System Red Green Blue C M Y K H S L
Decimal 38 192 175 0.80 0 0.09 0.25 173.38 0.67 0.45
Hex 26 C0 AF 50 0 9 19 AD 43 2D
Octal 46 300 257 120 0 11 31 255 103 55
Binary 100110 11000000 10101111 1010000 0 1001 11001 10101101 1000011 101101

Color Harmonies of #26C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C0AF

Black with #26C0AF

Text Example


Text Example

White with #26C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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