Html Css Color HEX #006A70 Blue Lagoon

📋 copy color: '#006A70'

red 0 ◦ green 106 ◦ blue 112

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

Shades of Blue Lagoon #006A70

Tints of Blue Lagoon #006A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.62%

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

R = 0%
G = 48.62%
B = 51.38%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006A70 (or 0x006A70) is known color: Blue Lagoon. HEX triplet: 00, 6A and 70. RGB value is (0,106,112). Sum of RGB (Red+Green+Blue) = 0+106+112=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #006A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A70 is #FF958F. Grayscale: #4A4A4A. Windows color (decimal): -16749968 or 7367168. OLE color: 7367168.

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

Color convert

RGB 0 106 112 -
CMYK 1 0.05 0 0.56
HSL 183.21º 1% 0.22% -
HSV(B) 183.21º 1% 0.44% -
XYZ 8.08 11.48 17.12 -
YUV 74.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 0 106 112 1 0.05 0 0.56 183.21 1 0.22
Hex 0 6A 70 64 5 0 38 B7 64 16
Octal 0 152 160 144 5 0 70 267 144 26
Binary 0 1101010 1110000 1100100 101 0 111000 10110111 1100100 10110

Color Harmonies of #006A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A70

Black with #006A70

Text Example


Text Example

White with #006A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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