Html Css Color HEX #28BDBD Light Sea Green

📋 copy color: '#28BDBD'

red 40 ◦ green 189 ◦ blue 189

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

Shades of Light Sea Green #28BDBD

Tints of Light Sea Green #28BDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 9.57%
G = 45.22%
B = 45.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#28BDBD (or 0x28BDBD) is known color: Light Sea Green. HEX triplet: 28, BD and BD. RGB value is (40,189,189). Sum of RGB (Red+Green+Blue) = 40+189+189=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #28BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDBD is #D74242. Grayscale: #909090. Windows color (decimal): -14107203 or 12434728. OLE color: 12434728.

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

Color convert

RGB 40 189 189 -
CMYK 0.79 0 0 0.26
HSL 180º 0.65% 0.45% -
HSV(B) 180º 0.79% 0.74% -
XYZ 28.26 40.52 54.48 -
YUV 144.45 153.14 53.5 -
System Red Green Blue C M Y K H S L
Decimal 40 189 189 0.79 0 0 0.26 180 0.65 0.45
Hex 28 BD BD 4F 0 0 1A B4 41 2D
Octal 50 275 275 117 0 0 32 264 101 55
Binary 101000 10111101 10111101 1001111 0 0 11010 10110100 1000001 101101

Color Harmonies of #28BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDBD

Black with #28BDBD

Text Example


Text Example

White with #28BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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