Html Css Color HEX #28ACAB Light Sea Green

📋 copy color: '#28ACAB'

red 40 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #28ACAB

Tints of Light Sea Green #28ACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 10.44%
G = 44.91%
B = 44.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#28ACAB (or 0x28ACAB) is known color: Light Sea Green. HEX triplet: 28, AC and AB. RGB value is (40,172,171). Sum of RGB (Red+Green+Blue) = 40+172+171=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #28ACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ACAB is #D75354. Grayscale: #848484. Windows color (decimal): -14111573 or 11250728. OLE color: 11250728.

HSL color Cylindrical-coordinate representation of color #28ACAB: hue angle of 179.55º 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 #28ACAB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 172 171 -
CMYK 0.77 0 0.01 0.33
HSL 179.55º 0.62% 0.42% -
HSV(B) 179.55º 0.77% 0.67% -
XYZ 22.98 32.9 43.67 -
YUV 132.42 149.77 62.08 -
System Red Green Blue C M Y K H S L
Decimal 40 172 171 0.77 0 0.01 0.33 179.55 0.62 0.42
Hex 28 AC AB 4D 0 1 21 B4 3E 2A
Octal 50 254 253 115 0 1 41 264 76 52
Binary 101000 10101100 10101011 1001101 0 1 100001 10110100 111110 101010

Color Harmonies of #28ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACAB

Black with #28ACAB

Text Example


Text Example

White with #28ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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