Html Css Color HEX #28B2BA Light Sea Green

📋 copy color: '#28B2BA'

red 40 ◦ green 178 ◦ blue 186

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

Shades of Light Sea Green #28B2BA

Tints of Light Sea Green #28B2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

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

R = 9.9%
G = 44.06%
B = 46.04%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28B2BA (or 0x28B2BA) is known color: Light Sea Green. HEX triplet: 28, B2 and BA. RGB value is (40,178,186). Sum of RGB (Red+Green+Blue) = 40+178+186=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #28B2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B2BA is #D74D45. Grayscale: #898989. Windows color (decimal): -14110022 or 12235304. OLE color: 12235304.

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

Color convert

RGB 40 178 186 -
CMYK 0.78 0.04 0 0.27
HSL 183.29º 0.65% 0.44% -
HSV(B) 183.29º 0.78% 0.73% -
XYZ 25.66 35.84 52.02 -
YUV 137.65 155.28 58.35 -
System Red Green Blue C M Y K H S L
Decimal 40 178 186 0.78 0.04 0 0.27 183.29 0.65 0.44
Hex 28 B2 BA 4E 4 0 1B B7 41 2C
Octal 50 262 272 116 4 0 33 267 101 54
Binary 101000 10110010 10111010 1001110 100 0 11011 10110111 1000001 101100

Color Harmonies of #28B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B2BA

Black with #28B2BA

Text Example


Text Example

White with #28B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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