Html Css Color HEX #28B1BA Light Sea Green

📋 copy color: '#28B1BA'

red 40 ◦ green 177 ◦ blue 186

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

Shades of Light Sea Green #28B1BA

Tints of Light Sea Green #28B1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

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

R = 9.93%
G = 43.92%
B = 46.15%

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

#28B1BA (or 0x28B1BA) is known color: Light Sea Green. HEX triplet: 28, B1 and BA. RGB value is (40,177,186). Sum of RGB (Red+Green+Blue) = 40+177+186=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #28B1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B1BA is #D74E45. Grayscale: #888888. Windows color (decimal): -14110278 or 12235048. OLE color: 12235048.

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

Color convert

RGB 40 177 186 -
CMYK 0.78 0.05 0 0.27
HSL 183.7º 0.65% 0.44% -
HSV(B) 183.7º 0.78% 0.73% -
XYZ 25.46 35.44 51.95 -
YUV 137.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 40 177 186 0.78 0.05 0 0.27 183.7 0.65 0.44
Hex 28 B1 BA 4E 5 0 1B B8 41 2C
Octal 50 261 272 116 5 0 33 270 101 54
Binary 101000 10110001 10111010 1001110 101 0 11011 10111000 1000001 101100

Color Harmonies of #28B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B1BA

Black with #28B1BA

Text Example


Text Example

White with #28B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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