Html Css Color HEX #006E75 Blue Lagoon

📋 copy color: '#006E75'

red 0 ◦ green 110 ◦ blue 117

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

Shades of Blue Lagoon #006E75

Tints of Blue Lagoon #006E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.46%

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 0%
G = 48.46%
B = 51.54%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006E75 (or 0x006E75) is known color: Blue Lagoon. HEX triplet: 00, 6E and 75. RGB value is (0,110,117). Sum of RGB (Red+Green+Blue) = 0+110+117=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #006E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E75 is #FF918A. Grayscale: #4D4D4D. Windows color (decimal): -16748939 or 7695872. OLE color: 7695872.

HSL color Cylindrical-coordinate representation of color #006E75: hue angle of 183.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E75 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 110 117 -
CMYK 1 0.06 0 0.54
HSL 183.59º 1% 0.23% -
HSV(B) 183.59º 1% 0.46% -
XYZ 8.79 12.44 18.77 -
YUV 77.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 0 110 117 1 0.06 0 0.54 183.59 1 0.23
Hex 0 6E 75 64 6 0 36 B8 64 17
Octal 0 156 165 144 6 0 66 270 144 27
Binary 0 1101110 1110101 1100100 110 0 110110 10111000 1100100 10111

Color Harmonies of #006E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E75

Black with #006E75

Text Example


Text Example

White with #006E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,110,117); }

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

background-color css

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

 a { background-color: rgb(0,110,117); }

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

border-color css

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

 span { border-color: rgb(0,110,117); }

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