Html Css Color HEX #28AEAC Light Sea Green

📋 copy color: '#28AEAC'

red 40 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #28AEAC

Tints of Light Sea Green #28AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.08%

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

R = 10.36%
G = 45.08%
B = 44.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#28AEAC (or 0x28AEAC) is known color: Light Sea Green. HEX triplet: 28, AE and AC. RGB value is (40,174,172). Sum of RGB (Red+Green+Blue) = 40+174+172=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #28AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AEAC is #D75153. Grayscale: #858585. Windows color (decimal): -14111060 or 11316776. OLE color: 11316776.

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

Color convert

RGB 40 174 172 -
CMYK 0.77 0 0.01 0.32
HSL 179.1º 0.63% 0.42% -
HSV(B) 179.1º 0.77% 0.68% -
XYZ 23.46 33.7 44.3 -
YUV 133.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 40 174 172 0.77 0 0.01 0.32 179.1 0.63 0.42
Hex 28 AE AC 4D 0 1 20 B3 3F 2A
Octal 50 256 254 115 0 1 40 263 77 52
Binary 101000 10101110 10101100 1001101 0 1 100000 10110011 111111 101010

Color Harmonies of #28AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEAC

Black with #28AEAC

Text Example


Text Example

White with #28AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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