Html Css Color HEX #28B0BA Light Sea Green

📋 copy color: '#28B0BA'

red 40 ◦ green 176 ◦ blue 186

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

Shades of Light Sea Green #28B0BA

Tints of Light Sea Green #28B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

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

R = 9.95%
G = 43.78%
B = 46.27%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28B0BA (or 0x28B0BA) is known color: Light Sea Green. HEX triplet: 28, B0 and BA. RGB value is (40,176,186). Sum of RGB (Red+Green+Blue) = 40+176+186=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #28B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B0BA is #D74F45. Grayscale: #888888. Windows color (decimal): -14110534 or 12234792. OLE color: 12234792.

HSL color Cylindrical-coordinate representation of color #28B0BA: hue angle of 184.11º 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 #28B0BA is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 176 186 -
CMYK 0.78 0.05 0 0.27
HSL 184.11º 0.65% 0.44% -
HSV(B) 184.11º 0.78% 0.73% -
XYZ 25.26 35.05 51.89 -
YUV 136.48 155.94 59.19 -
System Red Green Blue C M Y K H S L
Decimal 40 176 186 0.78 0.05 0 0.27 184.11 0.65 0.44
Hex 28 B0 BA 4E 5 0 1B B8 41 2C
Octal 50 260 272 116 5 0 33 270 101 54
Binary 101000 10110000 10111010 1001110 101 0 11011 10111000 1000001 101100

Color Harmonies of #28B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B0BA

Black with #28B0BA

Text Example


Text Example

White with #28B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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