Html Css Color HEX #0E7A5C Deep Sea

📋 copy color: '#0E7A5C'

red 14 ◦ green 122 ◦ blue 92

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

Shades of Deep Sea #0E7A5C

Tints of Deep Sea #0E7A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 53.51%

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 6.14%
G = 53.51%
B = 40.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#0E7A5C (or 0x0E7A5C) is known color: Deep Sea. HEX triplet: 0E, 7A and 5C. RGB value is (14,122,92). Sum of RGB (Red+Green+Blue) = 14+122+92=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7A5C is #F185A3. Grayscale: #565656. Windows color (decimal): -15828388 or 6060558. OLE color: 6060558.

HSL color Cylindrical-coordinate representation of color #0E7A5C: hue angle of 163.33º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A5C is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 122 92 -
CMYK 0.89 0 0.25 0.52
HSL 163.33º 0.79% 0.27% -
HSV(B) 163.33º 0.89% 0.48% -
XYZ 9.07 14.79 12.5 -
YUV 86.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 14 122 92 0.89 0 0.25 0.52 163.33 0.79 0.27
Hex E 7A 5C 59 0 19 34 A3 4F 1B
Octal 16 172 134 131 0 31 64 243 117 33
Binary 1110 1111010 1011100 1011001 0 11001 110100 10100011 1001111 11011

Color Harmonies of #0E7A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7A5C

Black with #0E7A5C

Text Example


Text Example

White with #0E7A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,122,92); }

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

background-color css

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

 a { background-color: rgb(14,122,92); }

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

border-color css

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

 span { border-color: rgb(14,122,92); }

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