Html Css Color HEX #0E6E74 Blue Lagoon

📋 copy color: '#0E6E74'

red 14 ◦ green 110 ◦ blue 116

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

Shades of Blue Lagoon #0E6E74

Tints of Blue Lagoon #0E6E74

RGB

 RED value IS 14 (5.86% from 255) = 5.83%

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

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 5.83%
G = 45.83%
B = 48.33%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E6E74 (or 0x0E6E74) is known color: Blue Lagoon. HEX triplet: 0E, 6E and 74. RGB value is (14,110,116). Sum of RGB (Red+Green+Blue) = 14+110+116=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E6E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6E74 is #F1918B. Grayscale: #515151. Windows color (decimal): -15831436 or 7630350. OLE color: 7630350.

HSL color Cylindrical-coordinate representation of color #0E6E74: hue angle of 183.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6E74 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 110 116 -
CMYK 0.88 0.05 0 0.55
HSL 183.53º 0.78% 0.25% -
HSV(B) 183.53º 0.88% 0.45% -
XYZ 8.91 12.51 18.47 -
YUV 81.98 147.2 79.51 -
System Red Green Blue C M Y K H S L
Decimal 14 110 116 0.88 0.05 0 0.55 183.53 0.78 0.25
Hex E 6E 74 58 5 0 37 B8 4E 19
Octal 16 156 164 130 5 0 67 270 116 31
Binary 1110 1101110 1110100 1011000 101 0 110111 10111000 1001110 11001

Color Harmonies of #0E6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6E74

Black with #0E6E74

Text Example


Text Example

White with #0E6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E6E74; }

 p { color: rgb(14,110,116); }

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

background-color css

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

 a { background-color: rgb(14,110,116); }

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

border-color css

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

 span { border-color: rgb(14,110,116); }

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