Html Css Color HEX #006973 Blue Lagoon

📋 copy color: '#006973'

red 0 ◦ green 105 ◦ blue 115

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

Shades of Blue Lagoon #006973

Tints of Blue Lagoon #006973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

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

R = 0%
G = 47.73%
B = 52.27%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006973 (or 0x006973) is known color: Blue Lagoon. HEX triplet: 00, 69 and 73. RGB value is (0,105,115). Sum of RGB (Red+Green+Blue) = 0+105+115=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #006973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006973 is #FF968C. Grayscale: #4A4A4A. Windows color (decimal): -16750221 or 7563520. OLE color: 7563520.

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

Color convert

RGB 0 105 115 -
CMYK 1 0.09 0 0.55
HSL 185.22º 1% 0.23% -
HSV(B) 185.22º 1% 0.45% -
XYZ 8.15 11.34 17.98 -
YUV 74.75 150.71 74.69 -
System Red Green Blue C M Y K H S L
Decimal 0 105 115 1 0.09 0 0.55 185.22 1 0.23
Hex 0 69 73 64 9 0 37 B9 64 17
Octal 0 151 163 144 11 0 67 271 144 27
Binary 0 1101001 1110011 1100100 1001 0 110111 10111001 1100100 10111

Color Harmonies of #006973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006973

Black with #006973

Text Example


Text Example

White with #006973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006973; }

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

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

background-color css

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

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

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

border-color css

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

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

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