Html Css Color HEX #28BDBA Light Sea Green

📋 copy color: '#28BDBA'

red 40 ◦ green 189 ◦ blue 186

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

Shades of Light Sea Green #28BDBA

Tints of Light Sea Green #28BDBA

RGB

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

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

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

R = 9.64%
G = 45.54%
B = 44.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#28BDBA (or 0x28BDBA) is known color: Light Sea Green. HEX triplet: 28, BD and BA. RGB value is (40,189,186). Sum of RGB (Red+Green+Blue) = 40+189+186=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDBA is #D74245. Grayscale: #8F8F8F. Windows color (decimal): -14107206 or 12238120. OLE color: 12238120.

HSL color Cylindrical-coordinate representation of color #28BDBA: hue angle of 178.79º 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 #28BDBA is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 189 186 -
CMYK 0.79 0 0.02 0.26
HSL 178.79º 0.65% 0.45% -
HSV(B) 178.79º 0.79% 0.74% -
XYZ 27.94 40.39 52.78 -
YUV 144.11 151.64 53.74 -
System Red Green Blue C M Y K H S L
Decimal 40 189 186 0.79 0 0.02 0.26 178.79 0.65 0.45
Hex 28 BD BA 4F 0 2 1A B3 41 2D
Octal 50 275 272 117 0 2 32 263 101 55
Binary 101000 10111101 10111010 1001111 0 10 11010 10110011 1000001 101101

Color Harmonies of #28BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDBA

Black with #28BDBA

Text Example


Text Example

White with #28BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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