Html Css Color HEX #0E666E Blue Lagoon

📋 copy color: '#0E666E'

red 14 ◦ green 102 ◦ blue 110

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

Shades of Blue Lagoon #0E666E

Tints of Blue Lagoon #0E666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.13%

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 6.19%
G = 45.13%
B = 48.67%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0E666E (or 0x0E666E) is known color: Blue Lagoon. HEX triplet: 0E, 66 and 6E. RGB value is (14,102,110). Sum of RGB (Red+Green+Blue) = 14+102+110=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E666E is #F19991. Grayscale: #4C4C4C. Windows color (decimal): -15833490 or 7235086. OLE color: 7235086.

HSL color Cylindrical-coordinate representation of color #0E666E: hue angle of 185º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E666E is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 102 110 -
CMYK 0.87 0.07 0 0.57
HSL 185º 0.77% 0.24% -
HSV(B) 185º 0.87% 0.43% -
XYZ 7.75 10.72 16.41 -
YUV 76.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 14 102 110 0.87 0.07 0 0.57 185 0.77 0.24
Hex E 66 6E 57 7 0 39 B9 4D 18
Octal 16 146 156 127 7 0 71 271 115 30
Binary 1110 1100110 1101110 1010111 111 0 111001 10111001 1001101 11000

Color Harmonies of #0E666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E666E

Black with #0E666E

Text Example


Text Example

White with #0E666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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