Html Css Color HEX #28BDAB Light Sea Green

📋 copy color: '#28BDAB'

red 40 ◦ green 189 ◦ blue 171

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

Shades of Light Sea Green #28BDAB

Tints of Light Sea Green #28BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.25%

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 10%
G = 47.25%
B = 42.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#28BDAB (or 0x28BDAB) is known color: Light Sea Green. HEX triplet: 28, BD and AB. RGB value is (40,189,171). Sum of RGB (Red+Green+Blue) = 40+189+171=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDAB is #D74254. Grayscale: #8E8E8E. Windows color (decimal): -14107221 or 11255080. OLE color: 11255080.

HSL color Cylindrical-coordinate representation of color #28BDAB: hue angle of 172.75º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BDAB is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 189 171 -
CMYK 0.79 0 0.10 0.26
HSL 172.75º 0.65% 0.45% -
HSV(B) 172.75º 0.79% 0.74% -
XYZ 26.42 39.79 44.82 -
YUV 142.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 40 189 171 0.79 0 0.10 0.26 172.75 0.65 0.45
Hex 28 BD AB 4F 0 A 1A AD 41 2D
Octal 50 275 253 117 0 12 32 255 101 55
Binary 101000 10111101 10101011 1001111 0 1010 11010 10101101 1000001 101101

Color Harmonies of #28BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDAB

Black with #28BDAB

Text Example


Text Example

White with #28BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,189,171); }

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

background-color css

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

 a { background-color: rgb(40,189,171); }

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

border-color css

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

 span { border-color: rgb(40,189,171); }

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