Html Css Color HEX #28BEA0 Light Sea Green

📋 copy color: '#28BEA0'

red 40 ◦ green 190 ◦ blue 160

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

Shades of Light Sea Green #28BEA0

Tints of Light Sea Green #28BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.72%

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 10.26%
G = 48.72%
B = 41.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#28BEA0 (or 0x28BEA0) is known color: Light Sea Green. HEX triplet: 28, BE and A0. RGB value is (40,190,160). Sum of RGB (Red+Green+Blue) = 40+190+160=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BEA0 is #D7415F. Grayscale: #8D8D8D. Windows color (decimal): -14106976 or 10534440. OLE color: 10534440.

HSL color Cylindrical-coordinate representation of color #28BEA0: hue angle of 168º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BEA0 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 190 160 -
CMYK 0.79 0 0.16 0.25
HSL 168º 0.65% 0.45% -
HSV(B) 168º 0.79% 0.75% -
XYZ 25.63 39.82 39.59 -
YUV 141.73 138.31 55.44 -
System Red Green Blue C M Y K H S L
Decimal 40 190 160 0.79 0 0.16 0.25 168 0.65 0.45
Hex 28 BE A0 4F 0 10 19 A8 41 2D
Octal 50 276 240 117 0 20 31 250 101 55
Binary 101000 10111110 10100000 1001111 0 10000 11001 10101000 1000001 101101

Color Harmonies of #28BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BEA0

Black with #28BEA0

Text Example


Text Example

White with #28BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,190,160); }

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

background-color css

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

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

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

border-color css

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

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

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