Html Css Color HEX #05BBAB Light Sea Green

📋 copy color: '#05BBAB'

red 5 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #05BBAB

Tints of Light Sea Green #05BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.52%

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

R = 1.38%
G = 51.52%
B = 47.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#05BBAB (or 0x05BBAB) is known color: Light Sea Green. HEX triplet: 05, BB and AB. RGB value is (5,187,171). Sum of RGB (Red+Green+Blue) = 5+187+171=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #05BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BBAB is #FA4454. Grayscale: #828282. Windows color (decimal): -16401493 or 11254533. OLE color: 11254533.

HSL color Cylindrical-coordinate representation of color #05BBAB: hue angle of 174.73º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BBAB is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 187 171 -
CMYK 0.97 0 0.09 0.27
HSL 174.73º 0.95% 0.38% -
HSV(B) 174.73º 0.97% 0.73% -
XYZ 25.18 38.51 44.63 -
YUV 130.76 150.7 38.3 -
System Red Green Blue C M Y K H S L
Decimal 5 187 171 0.97 0 0.09 0.27 174.73 0.95 0.38
Hex 5 BB AB 61 0 9 1B AF 5F 26
Octal 5 273 253 141 0 11 33 257 137 46
Binary 101 10111011 10101011 1100001 0 1001 11011 10101111 1011111 100110

Color Harmonies of #05BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BBAB

Black with #05BBAB

Text Example


Text Example

White with #05BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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