Html Css Color HEX #28AFAB Light Sea Green

📋 copy color: '#28AFAB'

red 40 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #28AFAB

Tints of Light Sea Green #28AFAB

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 40 175 171 -
CMYK 0.77 0 0.02 0.31
HSL 178.22º 0.63% 0.42% -
HSV(B) 178.22º 0.77% 0.69% -
XYZ 23.56 34.05 43.86 -
YUV 134.18 148.77 60.83 -
System Red Green Blue C M Y K H S L
Decimal 40 175 171 0.77 0 0.02 0.31 178.22 0.63 0.42
Hex 28 AF AB 4D 0 2 1F B2 3F 2A
Octal 50 257 253 115 0 2 37 262 77 52
Binary 101000 10101111 10101011 1001101 0 10 11111 10110010 111111 101010

Color Harmonies of #28AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFAB

Black with #28AFAB

Text Example


Text Example

White with #28AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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