Html Css Color HEX #006C70 Blue Lagoon

📋 copy color: '#006C70'

red 0 ◦ green 108 ◦ blue 112

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

Shades of Blue Lagoon #006C70

Tints of Blue Lagoon #006C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.09%

 BLUE value IS 112 (44.14% from 255) = 50.91%

R = 0%
G = 49.09%
B = 50.91%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006C70 (or 0x006C70) is known color: Blue Lagoon. HEX triplet: 00, 6C and 70. RGB value is (0,108,112). Sum of RGB (Red+Green+Blue) = 0+108+112=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #006C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C70 is #FF938F. Grayscale: #4C4C4C. Windows color (decimal): -16749456 or 7367680. OLE color: 7367680.

HSL color Cylindrical-coordinate representation of color #006C70: hue angle of 182.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C70 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 108 112 -
CMYK 1 0.04 0 0.56
HSL 182.14º 1% 0.22% -
HSV(B) 182.14º 1% 0.44% -
XYZ 8.29 11.89 17.19 -
YUV 76.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 0 108 112 1 0.04 0 0.56 182.14 1 0.22
Hex 0 6C 70 64 4 0 38 B6 64 16
Octal 0 154 160 144 4 0 70 266 144 26
Binary 0 1101100 1110000 1100100 100 0 111000 10110110 1100100 10110

Color Harmonies of #006C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C70

Black with #006C70

Text Example


Text Example

White with #006C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,108,112); }

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

background-color css

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

 a { background-color: rgb(0,108,112); }

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

border-color css

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

 span { border-color: rgb(0,108,112); }

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