Html Css Color HEX #28ABAF Light Sea Green

📋 copy color: '#28ABAF'

red 40 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #28ABAF

Tints of Light Sea Green #28ABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.3%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 10.36%
G = 44.3%
B = 45.34%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#28ABAF (or 0x28ABAF) is known color: Light Sea Green. HEX triplet: 28, AB and AF. RGB value is (40,171,175). Sum of RGB (Red+Green+Blue) = 40+171+175=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #28ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ABAF is #D75450. Grayscale: #848484. Windows color (decimal): -14111825 or 11512616. OLE color: 11512616.

HSL color Cylindrical-coordinate representation of color #28ABAF: hue angle of 181.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ABAF is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 171 175 -
CMYK 0.77 0.02 0 0.31
HSL 181.78º 0.63% 0.42% -
HSV(B) 181.78º 0.77% 0.69% -
XYZ 23.18 32.67 45.64 -
YUV 132.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 40 171 175 0.77 0.02 0 0.31 181.78 0.63 0.42
Hex 28 AB AF 4D 2 0 1F B6 3F 2A
Octal 50 253 257 115 2 0 37 266 77 52
Binary 101000 10101011 10101111 1001101 10 0 11111 10110110 111111 101010

Color Harmonies of #28ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABAF

Black with #28ABAF

Text Example


Text Example

White with #28ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,171,175); }

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

background-color css

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

 a { background-color: rgb(40,171,175); }

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

border-color css

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

 span { border-color: rgb(40,171,175); }

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