Html Css Color HEX #28ACAC Light Sea Green

📋 copy color: '#28ACAC'

red 40 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #28ACAC

Tints of Light Sea Green #28ACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.79%

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

R = 10.42%
G = 44.79%
B = 44.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#28ACAC (or 0x28ACAC) is known color: Light Sea Green. HEX triplet: 28, AC and AC. RGB value is (40,172,172). Sum of RGB (Red+Green+Blue) = 40+172+172=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #28ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ACAC is #D75353. Grayscale: #848484. Windows color (decimal): -14111572 or 11316264. OLE color: 11316264.

HSL color Cylindrical-coordinate representation of color #28ACAC: hue angle of 180º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ACAC is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 172 172 -
CMYK 0.77 0 0 0.33
HSL 180º 0.62% 0.42% -
HSV(B) 180º 0.77% 0.67% -
XYZ 23.07 32.93 44.17 -
YUV 132.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 40 172 172 0.77 0 0 0.33 180 0.62 0.42
Hex 28 AC AC 4D 0 0 21 B4 3E 2A
Octal 50 254 254 115 0 0 41 264 76 52
Binary 101000 10101100 10101100 1001101 0 0 100001 10110100 111110 101010

Color Harmonies of #28ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACAC

Black with #28ACAC

Text Example


Text Example

White with #28ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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