Html Css Color HEX #28BABF Light Sea Green

📋 copy color: '#28BABF'

red 40 ◦ green 186 ◦ blue 191

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

Shades of Light Sea Green #28BABF

Tints of Light Sea Green #28BABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 9.59%
G = 44.6%
B = 45.8%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#28BABF (or 0x28BABF) is known color: Light Sea Green. HEX triplet: 28, BA and BF. RGB value is (40,186,191). Sum of RGB (Red+Green+Blue) = 40+186+191=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #28BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BABF is #D74540. Grayscale: #8E8E8E. Windows color (decimal): -14107969 or 12565032. OLE color: 12565032.

HSL color Cylindrical-coordinate representation of color #28BABF: hue angle of 181.99º 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 #28BABF is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 186 191 -
CMYK 0.79 0.03 0 0.25
HSL 181.99º 0.65% 0.45% -
HSV(B) 181.99º 0.79% 0.75% -
XYZ 27.84 39.33 55.41 -
YUV 142.92 155.13 54.59 -
System Red Green Blue C M Y K H S L
Decimal 40 186 191 0.79 0.03 0 0.25 181.99 0.65 0.45
Hex 28 BA BF 4F 3 0 19 B6 41 2D
Octal 50 272 277 117 3 0 31 266 101 55
Binary 101000 10111010 10111111 1001111 11 0 11001 10110110 1000001 101101

Color Harmonies of #28BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BABF

Black with #28BABF

Text Example


Text Example

White with #28BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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