Html Css Color HEX #006673 Blue Lagoon

📋 copy color: '#006673'

red 0 ◦ green 102 ◦ blue 115

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

Shades of Blue Lagoon #006673

Tints of Blue Lagoon #006673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47%

 BLUE value IS 115 (45.31% from 255) = 53%

R = 0%
G = 47%
B = 53%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006673 (or 0x006673) is known color: Blue Lagoon. HEX triplet: 00, 66 and 73. RGB value is (0,102,115). Sum of RGB (Red+Green+Blue) = 0+102+115=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #006673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006673 is #FF998C. Grayscale: #484848. Windows color (decimal): -16750989 or 7562752. OLE color: 7562752.

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

Color convert

RGB 0 102 115 -
CMYK 1 0.11 0 0.55
HSL 186.78º 1% 0.23% -
HSV(B) 186.78º 1% 0.45% -
XYZ 7.85 10.74 17.88 -
YUV 72.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 0 102 115 1 0.11 0 0.55 186.78 1 0.23
Hex 0 66 73 64 B 0 37 BB 64 17
Octal 0 146 163 144 13 0 67 273 144 27
Binary 0 1100110 1110011 1100100 1011 0 110111 10111011 1100100 10111

Color Harmonies of #006673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006673

Black with #006673

Text Example


Text Example

White with #006673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006673; }

 p { color: rgb(0,102,115); }

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

background-color css

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

 a { background-color: rgb(0,102,115); }

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

border-color css

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

 span { border-color: rgb(0,102,115); }

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