Html Css Color HEX #05B1AB Light Sea Green

📋 copy color: '#05B1AB'

red 5 ◦ green 177 ◦ blue 171

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

Shades of Light Sea Green #05B1AB

Tints of Light Sea Green #05B1AB

RGB

 RED value IS 5 (2.34% from 255) = 1.42%

 GREEN value IS 177 (69.53% from 255) = 50.14%

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

R = 1.42%
G = 50.14%
B = 48.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#05B1AB (or 0x05B1AB) is known color: Light Sea Green. HEX triplet: 05, B1 and AB. RGB value is (5,177,171). Sum of RGB (Red+Green+Blue) = 5+177+171=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #05B1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B1AB is #FA4E54. Grayscale: #7C7C7C. Windows color (decimal): -16404053 or 11251973. OLE color: 11251973.

HSL color Cylindrical-coordinate representation of color #05B1AB: hue angle of 177.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B1AB is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 177 171 -
CMYK 0.97 0 0.03 0.31
HSL 177.91º 0.95% 0.36% -
HSV(B) 177.91º 0.97% 0.69% -
XYZ 23.14 34.42 43.95 -
YUV 124.89 154.02 42.49 -
System Red Green Blue C M Y K H S L
Decimal 5 177 171 0.97 0 0.03 0.31 177.91 0.95 0.36
Hex 5 B1 AB 61 0 3 1F B2 5F 24
Octal 5 261 253 141 0 3 37 262 137 44
Binary 101 10110001 10101011 1100001 0 11 11111 10110010 1011111 100100

Color Harmonies of #05B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B1AB

Black with #05B1AB

Text Example


Text Example

White with #05B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05B1AB; }

 p { color: rgb(5,177,171); }

 H1.HeaderClassName
 {
   color: #05B1AB;
 }
 .AnyTagClassName
 {
   color: #05B1AB;
 }
</style>

background-color css

<style>
 a { background-color: #05B1AB; }

 a { background-color: rgb(5,177,171); }

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

border-color css

<style>
 span { border-color: #05B1AB; }

 span { border-color: rgb(5,177,171); }

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