Html Css Color HEX #0E6B75 Blue Lagoon

📋 copy color: '#0E6B75'

red 14 ◦ green 107 ◦ blue 117

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

Shades of Blue Lagoon #0E6B75

Tints of Blue Lagoon #0E6B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.96%

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

R = 5.88%
G = 44.96%
B = 49.16%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E6B75 (or 0x0E6B75) is known color: Blue Lagoon. HEX triplet: 0E, 6B and 75. RGB value is (14,107,117). Sum of RGB (Red+Green+Blue) = 14+107+117=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E6B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6B75 is #F1948A. Grayscale: #505050. Windows color (decimal): -15832203 or 7695118. OLE color: 7695118.

HSL color Cylindrical-coordinate representation of color #0E6B75: hue angle of 185.83º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6B75 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 107 117 -
CMYK 0.88 0.09 0 0.54
HSL 185.83º 0.79% 0.26% -
HSV(B) 185.83º 0.88% 0.46% -
XYZ 8.65 11.89 18.67 -
YUV 80.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 14 107 117 0.88 0.09 0 0.54 185.83 0.79 0.26
Hex E 6B 75 58 9 0 36 BA 4F 1A
Octal 16 153 165 130 11 0 66 272 117 32
Binary 1110 1101011 1110101 1011000 1001 0 110110 10111010 1001111 11010

Color Harmonies of #0E6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6B75

Black with #0E6B75

Text Example


Text Example

White with #0E6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,107,117); }

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

background-color css

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

 a { background-color: rgb(14,107,117); }

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

border-color css

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

 span { border-color: rgb(14,107,117); }

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