Html Css Color HEX #006971 Blue Lagoon

📋 copy color: '#006971'

red 0 ◦ green 105 ◦ blue 113

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

Shades of Blue Lagoon #006971

Tints of Blue Lagoon #006971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 0%
G = 48.17%
B = 51.83%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006971 (or 0x006971) is known color: Blue Lagoon. HEX triplet: 00, 69 and 71. RGB value is (0,105,113). Sum of RGB (Red+Green+Blue) = 0+105+113=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #006971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006971 is #FF968E. Grayscale: #4A4A4A. Windows color (decimal): -16750223 or 7432448. OLE color: 7432448.

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

Color convert

RGB 0 105 113 -
CMYK 1 0.07 0 0.56
HSL 184.25º 1% 0.22% -
HSV(B) 184.25º 1% 0.44% -
XYZ 8.03 11.3 17.38 -
YUV 74.52 149.71 74.85 -
System Red Green Blue C M Y K H S L
Decimal 0 105 113 1 0.07 0 0.56 184.25 1 0.22
Hex 0 69 71 64 7 0 38 B8 64 16
Octal 0 151 161 144 7 0 70 270 144 26
Binary 0 1101001 1110001 1100100 111 0 111000 10111000 1100100 10110

Color Harmonies of #006971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006971

Black with #006971

Text Example


Text Example

White with #006971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006971; }

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

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

background-color css

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

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

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

border-color css

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

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

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