Html Css Color HEX #28A5AA Light Sea Green

📋 copy color: '#28A5AA'

red 40 ◦ green 165 ◦ blue 170

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

Shades of Light Sea Green #28A5AA

Tints of Light Sea Green #28A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 10.67%
G = 44%
B = 45.33%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#28A5AA (or 0x28A5AA) is known color: Light Sea Green. HEX triplet: 28, A5 and AA. RGB value is (40,165,170). Sum of RGB (Red+Green+Blue) = 40+165+170=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #28A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A5AA is #D75A55. Grayscale: #808080. Windows color (decimal): -14113366 or 11183400. OLE color: 11183400.

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

Color convert

RGB 40 165 170 -
CMYK 0.76 0.03 0 0.33
HSL 182.31º 0.62% 0.41% -
HSV(B) 182.31º 0.76% 0.67% -
XYZ 21.59 30.26 42.73 -
YUV 128.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 40 165 170 0.76 0.03 0 0.33 182.31 0.62 0.41
Hex 28 A5 AA 4C 3 0 21 B6 3E 29
Octal 50 245 252 114 3 0 41 266 76 51
Binary 101000 10100101 10101010 1001100 11 0 100001 10110110 111110 101001

Color Harmonies of #28A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A5AA

Black with #28A5AA

Text Example


Text Example

White with #28A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,165,170); }

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

background-color css

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

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

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

border-color css

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

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

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