Html Css Color HEX #006B73 Blue Lagoon

📋 copy color: '#006B73'

red 0 ◦ green 107 ◦ blue 115

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

Shades of Blue Lagoon #006B73

Tints of Blue Lagoon #006B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.2%

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

R = 0%
G = 48.2%
B = 51.8%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006B73 (or 0x006B73) is known color: Blue Lagoon. HEX triplet: 00, 6B and 73. RGB value is (0,107,115). Sum of RGB (Red+Green+Blue) = 0+107+115=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #006B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B73 is #FF948C. Grayscale: #4B4B4B. Windows color (decimal): -16749709 or 7564032. OLE color: 7564032.

HSL color Cylindrical-coordinate representation of color #006B73: hue angle of 184.17º 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 #006B73 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 107 115 -
CMYK 1 0.07 0 0.55
HSL 184.17º 1% 0.23% -
HSV(B) 184.17º 1% 0.45% -
XYZ 8.35 11.75 18.05 -
YUV 75.92 150.05 73.85 -
System Red Green Blue C M Y K H S L
Decimal 0 107 115 1 0.07 0 0.55 184.17 1 0.23
Hex 0 6B 73 64 7 0 37 B8 64 17
Octal 0 153 163 144 7 0 67 270 144 27
Binary 0 1101011 1110011 1100100 111 0 110111 10111000 1100100 10111

Color Harmonies of #006B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B73

Black with #006B73

Text Example


Text Example

White with #006B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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