Html Css Color HEX #0E666C Blue Lagoon

📋 copy color: '#0E666C'

red 14 ◦ green 102 ◦ blue 108

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

Shades of Blue Lagoon #0E666C

Tints of Blue Lagoon #0E666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 6.25%
G = 45.54%
B = 48.21%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E666C (or 0x0E666C) is known color: Blue Lagoon. HEX triplet: 0E, 66 and 6C. RGB value is (14,102,108). Sum of RGB (Red+Green+Blue) = 14+102+108=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E666C is #F19993. Grayscale: #4C4C4C. Windows color (decimal): -15833492 or 7104014. OLE color: 7104014.

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

Color convert

RGB 14 102 108 -
CMYK 0.87 0.06 0 0.58
HSL 183.83º 0.77% 0.24% -
HSV(B) 183.83º 0.87% 0.42% -
XYZ 7.64 10.68 15.85 -
YUV 76.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 14 102 108 0.87 0.06 0 0.58 183.83 0.77 0.24
Hex E 66 6C 57 6 0 3A B8 4D 18
Octal 16 146 154 127 6 0 72 270 115 30
Binary 1110 1100110 1101100 1010111 110 0 111010 10111000 1001101 11000

Color Harmonies of #0E666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E666C

Black with #0E666C

Text Example


Text Example

White with #0E666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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