Html Css Color HEX #006070 Blue Lagoon

📋 copy color: '#006070'

red 0 ◦ green 96 ◦ blue 112

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

Shades of Blue Lagoon #006070

Tints of Blue Lagoon #006070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.15%

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

R = 0%
G = 46.15%
B = 53.85%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006070 (or 0x006070) is known color: Blue Lagoon. HEX triplet: 00, 60 and 70. RGB value is (0,96,112). Sum of RGB (Red+Green+Blue) = 0+96+112=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #006070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006070 is #FF9F8F. Grayscale: #444444. Windows color (decimal): -16752528 or 7364608. OLE color: 7364608.

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

Color convert

RGB 0 96 112 -
CMYK 1 0.14 0 0.56
HSL 188.57º 1% 0.22% -
HSV(B) 188.57º 1% 0.44% -
XYZ 7.11 9.54 16.8 -
YUV 69.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 0 96 112 1 0.14 0 0.56 188.57 1 0.22
Hex 0 60 70 64 E 0 38 BD 64 16
Octal 0 140 160 144 16 0 70 275 144 26
Binary 0 1100000 1110000 1100100 1110 0 111000 10111101 1100100 10110

Color Harmonies of #006070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006070

Black with #006070

Text Example


Text Example

White with #006070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006070; }

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

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

background-color css

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

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

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

border-color css

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

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

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