Html Css Color HEX #28AFB1 Light Sea Green

📋 copy color: '#28AFB1'

red 40 ◦ green 175 ◦ blue 177

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

Shades of Light Sea Green #28AFB1

Tints of Light Sea Green #28AFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 10.2%
G = 44.64%
B = 45.15%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#28AFB1 (or 0x28AFB1) is known color: Light Sea Green. HEX triplet: 28, AF and B1. RGB value is (40,175,177). Sum of RGB (Red+Green+Blue) = 40+175+177=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #28AFB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AFB1 is #D7504E. Grayscale: #868686. Windows color (decimal): -14110799 or 11644712. OLE color: 11644712.

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

Color convert

RGB 40 175 177 -
CMYK 0.77 0.01 0 0.31
HSL 180.88º 0.63% 0.43% -
HSV(B) 180.88º 0.77% 0.69% -
XYZ 24.14 34.29 46.94 -
YUV 134.86 151.77 60.34 -
System Red Green Blue C M Y K H S L
Decimal 40 175 177 0.77 0.01 0 0.31 180.88 0.63 0.43
Hex 28 AF B1 4D 1 0 1F B5 3F 2B
Octal 50 257 261 115 1 0 37 265 77 53
Binary 101000 10101111 10110001 1001101 1 0 11111 10110101 111111 101011

Color Harmonies of #28AFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFB1

Black with #28AFB1

Text Example


Text Example

White with #28AFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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