Html Css Color HEX #1AADBA Light Sea Green

📋 copy color: '#1AADBA'

red 26 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #1AADBA

Tints of Light Sea Green #1AADBA

RGB

 RED value IS 26 (10.55% from 255) = 6.75%

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

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

R = 6.75%
G = 44.94%
B = 48.31%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1AADBA (or 0x1AADBA) is known color: Light Sea Green. HEX triplet: 1A, AD and BA. RGB value is (26,173,186). Sum of RGB (Red+Green+Blue) = 26+173+186=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADBA is #E55245. Grayscale: #828282. Windows color (decimal): -15028806 or 12234010. OLE color: 12234010.

HSL color Cylindrical-coordinate representation of color #1AADBA: hue angle of 184.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AADBA is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 173 186 -
CMYK 0.86 0.07 0 0.27
HSL 184.88º 0.75% 0.42% -
HSV(B) 184.88º 0.86% 0.73% -
XYZ 24.23 33.65 51.67 -
YUV 130.53 159.3 53.44 -
System Red Green Blue C M Y K H S L
Decimal 26 173 186 0.86 0.07 0 0.27 184.88 0.75 0.42
Hex 1A AD BA 56 7 0 1B B9 4B 2A
Octal 32 255 272 126 7 0 33 271 113 52
Binary 11010 10101101 10111010 1010110 111 0 11011 10111001 1001011 101010

Color Harmonies of #1AADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADBA

Black with #1AADBA

Text Example


Text Example

White with #1AADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AADBA; }

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

 H1.HeaderClassName
 {
   color: #1AADBA;
 }
 .AnyTagClassName
 {
   color: #1AADBA;
 }
</style>

background-color css

<style>
 a { background-color: #1AADBA; }

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

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

border-color css

<style>
 span { border-color: #1AADBA; }

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

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