Html Css Color HEX #28BCBA Light Sea Green

📋 copy color: '#28BCBA'

red 40 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #28BCBA

Tints of Light Sea Green #28BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

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

R = 9.66%
G = 45.41%
B = 44.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#28BCBA (or 0x28BCBA) is known color: Light Sea Green. HEX triplet: 28, BC and BA. RGB value is (40,188,186). Sum of RGB (Red+Green+Blue) = 40+188+186=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #28BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCBA is #D74345. Grayscale: #8F8F8F. Windows color (decimal): -14107462 or 12237864. OLE color: 12237864.

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

Color convert

RGB 40 188 186 -
CMYK 0.79 0 0.01 0.26
HSL 179.19º 0.65% 0.45% -
HSV(B) 179.19º 0.79% 0.74% -
XYZ 27.72 39.96 52.71 -
YUV 143.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 40 188 186 0.79 0 0.01 0.26 179.19 0.65 0.45
Hex 28 BC BA 4F 0 1 1A B3 41 2D
Octal 50 274 272 117 0 1 32 263 101 55
Binary 101000 10111100 10111010 1001111 0 1 11010 10110011 1000001 101101

Color Harmonies of #28BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCBA

Black with #28BCBA

Text Example


Text Example

White with #28BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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