Html Css Color HEX #0E554B Cyprus

📋 copy color: '#0E554B'

red 14 ◦ green 85 ◦ blue 75

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

Shades of Cyprus #0E554B

Tints of Cyprus #0E554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 8.05%
G = 48.85%
B = 43.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#0E554B (or 0x0E554B) is known color: Cyprus. HEX triplet: 0E, 55 and 4B. RGB value is (14,85,75). Sum of RGB (Red+Green+Blue) = 14+85+75=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #0E554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E554B is #F1AAB4. Grayscale: #3E3E3E. Windows color (decimal): -15837877 or 4936974. OLE color: 4936974.

HSL color Cylindrical-coordinate representation of color #0E554B: hue angle of 171.55º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E554B is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 85 75 -
CMYK 0.84 0 0.12 0.67
HSL 171.55º 0.72% 0.19% -
HSV(B) 171.55º 0.84% 0.33% -
XYZ 4.7 7.1 7.78 -
YUV 62.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 14 85 75 0.84 0 0.12 0.67 171.55 0.72 0.19
Hex E 55 4B 54 0 C 43 AC 48 13
Octal 16 125 113 124 0 14 103 254 110 23
Binary 1110 1010101 1001011 1010100 0 1100 1000011 10101100 1001000 10011

Color Harmonies of #0E554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E554B

Black with #0E554B

Text Example


Text Example

White with #0E554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,85,75); }

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

background-color css

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

 a { background-color: rgb(14,85,75); }

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

border-color css

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

 span { border-color: rgb(14,85,75); }

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