Html Css Color HEX #28BAAC Light Sea Green

📋 copy color: '#28BAAC'

red 40 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #28BAAC

Tints of Light Sea Green #28BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 10.05%
G = 46.73%
B = 43.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#28BAAC (or 0x28BAAC) is known color: Light Sea Green. HEX triplet: 28, BA and AC. RGB value is (40,186,172). Sum of RGB (Red+Green+Blue) = 40+186+172=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAAC is #D74553. Grayscale: #8C8C8C. Windows color (decimal): -14107988 or 11319848. OLE color: 11319848.

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

Color convert

RGB 40 186 172 -
CMYK 0.78 0 0.08 0.27
HSL 174.25º 0.65% 0.44% -
HSV(B) 174.25º 0.78% 0.73% -
XYZ 25.88 38.55 45.11 -
YUV 140.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 40 186 172 0.78 0 0.08 0.27 174.25 0.65 0.44
Hex 28 BA AC 4E 0 8 1B AE 41 2C
Octal 50 272 254 116 0 10 33 256 101 54
Binary 101000 10111010 10101100 1001110 0 1000 11011 10101110 1000001 101100

Color Harmonies of #28BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BAAC

Black with #28BAAC

Text Example


Text Example

White with #28BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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