Html Css Color HEX #26BEAA Light Sea Green

📋 copy color: '#26BEAA'

red 38 ◦ green 190 ◦ blue 170

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

Shades of Light Sea Green #26BEAA

Tints of Light Sea Green #26BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.74%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 9.55%
G = 47.74%
B = 42.71%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#26BEAA (or 0x26BEAA) is known color: Light Sea Green. HEX triplet: 26, BE and AA. RGB value is (38,190,170). Sum of RGB (Red+Green+Blue) = 38+190+170=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #26BEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BEAA is #D94155. Grayscale: #8E8E8E. Windows color (decimal): -14238038 or 11189798. OLE color: 11189798.

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

Color convert

RGB 38 190 170 -
CMYK 0.8 0 0.11 0.25
HSL 172.11º 0.67% 0.45% -
HSV(B) 172.11º 0.8% 0.75% -
XYZ 26.47 40.14 44.38 -
YUV 142.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 38 190 170 0.8 0 0.11 0.25 172.11 0.67 0.45
Hex 26 BE AA 50 0 B 19 AC 43 2D
Octal 46 276 252 120 0 13 31 254 103 55
Binary 100110 10111110 10101010 1010000 0 1011 11001 10101100 1000011 101101

Color Harmonies of #26BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BEAA

Black with #26BEAA

Text Example


Text Example

White with #26BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,190,170); }

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

background-color css

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

 a { background-color: rgb(38,190,170); }

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

border-color css

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

 span { border-color: rgb(38,190,170); }

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