Html Css Color HEX #28ADBA Light Sea Green

📋 copy color: '#28ADBA'

red 40 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #28ADBA

Tints of Light Sea Green #28ADBA

RGB

 RED value IS 40 (16.02% from 255) = 10.03%

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

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

R = 10.03%
G = 43.36%
B = 46.62%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28ADBA (or 0x28ADBA) is known color: Light Sea Green. HEX triplet: 28, AD and BA. RGB value is (40,173,186). Sum of RGB (Red+Green+Blue) = 40+173+186=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #28ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADBA is #D75245. Grayscale: #868686. Windows color (decimal): -14111302 or 12234024. OLE color: 12234024.

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

Color convert

RGB 40 173 186 -
CMYK 0.78 0.07 0 0.27
HSL 185.34º 0.65% 0.44% -
HSV(B) 185.34º 0.78% 0.73% -
XYZ 24.68 33.88 51.69 -
YUV 134.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 40 173 186 0.78 0.07 0 0.27 185.34 0.65 0.44
Hex 28 AD BA 4E 7 0 1B B9 41 2C
Octal 50 255 272 116 7 0 33 271 101 54
Binary 101000 10101101 10111010 1001110 111 0 11011 10111001 1000001 101100

Color Harmonies of #28ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADBA

Black with #28ADBA

Text Example


Text Example

White with #28ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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