Html Css Color HEX #26ADBA Light Sea Green

📋 copy color: '#26ADBA'

red 38 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #26ADBA

Tints of Light Sea Green #26ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 9.57%
G = 43.58%
B = 46.85%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#26ADBA (or 0x26ADBA) is known color: Light Sea Green. HEX triplet: 26, AD and BA. RGB value is (38,173,186). Sum of RGB (Red+Green+Blue) = 38+173+186=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #26ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ADBA is #D95245. Grayscale: #858585. Windows color (decimal): -14242374 or 12234022. OLE color: 12234022.

HSL color Cylindrical-coordinate representation of color #26ADBA: hue angle of 185.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26ADBA is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 173 186 -
CMYK 0.80 0.07 0 0.27
HSL 185.27º 0.66% 0.44% -
HSV(B) 185.27º 0.8% 0.73% -
XYZ 24.61 33.84 51.69 -
YUV 134.12 157.27 59.44 -
System Red Green Blue C M Y K H S L
Decimal 38 173 186 0.80 0.07 0 0.27 185.27 0.66 0.44
Hex 26 AD BA 50 7 0 1B B9 42 2C
Octal 46 255 272 120 7 0 33 271 102 54
Binary 100110 10101101 10111010 1010000 111 0 11011 10111001 1000010 101100

Color Harmonies of #26ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26ADBA

Black with #26ADBA

Text Example


Text Example

White with #26ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,173,186); }

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

background-color css

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

 a { background-color: rgb(38,173,186); }

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

border-color css

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

 span { border-color: rgb(38,173,186); }

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