Html Css Color HEX #05B0AE Light Sea Green

📋 copy color: '#05B0AE'

red 5 ◦ green 176 ◦ blue 174

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

Shades of Light Sea Green #05B0AE

Tints of Light Sea Green #05B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.58%

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 1.41%
G = 49.58%
B = 49.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#05B0AE (or 0x05B0AE) is known color: Light Sea Green. HEX triplet: 05, B0 and AE. RGB value is (5,176,174). Sum of RGB (Red+Green+Blue) = 5+176+174=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #05B0AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B0AE is #FA4F51. Grayscale: #7C7C7C. Windows color (decimal): -16404306 or 11448325. OLE color: 11448325.

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

Color convert

RGB 5 176 174 -
CMYK 0.97 0 0.01 0.31
HSL 179.3º 0.94% 0.35% -
HSV(B) 179.3º 0.97% 0.69% -
XYZ 23.23 34.14 45.41 -
YUV 124.64 155.85 42.66 -
System Red Green Blue C M Y K H S L
Decimal 5 176 174 0.97 0 0.01 0.31 179.3 0.94 0.35
Hex 5 B0 AE 61 0 1 1F B3 5E 23
Octal 5 260 256 141 0 1 37 263 136 43
Binary 101 10110000 10101110 1100001 0 1 11111 10110011 1011110 100011

Color Harmonies of #05B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B0AE

Black with #05B0AE

Text Example


Text Example

White with #05B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,176,174); }

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

background-color css

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

 a { background-color: rgb(5,176,174); }

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

border-color css

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

 span { border-color: rgb(5,176,174); }

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