Html Css Color HEX #006577 Blue Lagoon

📋 copy color: '#006577'

red 0 ◦ green 101 ◦ blue 119

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

Shades of Blue Lagoon #006577

Tints of Blue Lagoon #006577

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 101 (39.84% from 255) = 45.91%

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 0%
G = 45.91%
B = 54.09%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006577 (or 0x006577) is known color: Blue Lagoon. HEX triplet: 00, 65 and 77. RGB value is (0,101,119). Sum of RGB (Red+Green+Blue) = 0+101+119=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #006577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006577 is #FF9A88. Grayscale: #484848. Windows color (decimal): -16751241 or 7824640. OLE color: 7824640.

HSL color Cylindrical-coordinate representation of color #006577: hue angle of 189.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006577 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 101 119 -
CMYK 1 0.15 0 0.53
HSL 189.08º 1% 0.23% -
HSV(B) 189.08º 1% 0.47% -
XYZ 7.98 10.64 19.09 -
YUV 72.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 0 101 119 1 0.15 0 0.53 189.08 1 0.23
Hex 0 65 77 64 F 0 35 BD 64 17
Octal 0 145 167 144 17 0 65 275 144 27
Binary 0 1100101 1110111 1100100 1111 0 110101 10111101 1100100 10111

Color Harmonies of #006577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006577

Black with #006577

Text Example


Text Example

White with #006577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006577; }

 p { color: rgb(0,101,119); }

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

background-color css

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

 a { background-color: rgb(0,101,119); }

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

border-color css

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

 span { border-color: rgb(0,101,119); }

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