Html Css Color HEX #14514B Cyprus

📋 copy color: '#14514B'

red 20 ◦ green 81 ◦ blue 75

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

Shades of Cyprus #14514B

Tints of Cyprus #14514B

RGB

 RED value IS 20 (8.2% from 255) = 11.36%

 GREEN value IS 81 (32.03% from 255) = 46.02%

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

R = 11.36%
G = 46.02%
B = 42.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#14514B (or 0x14514B) is known color: Cyprus. HEX triplet: 14, 51 and 4B. RGB value is (20,81,75). Sum of RGB (Red+Green+Blue) = 20+81+75=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #14514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14514B is #EBAEB4. Grayscale: #3E3E3E. Windows color (decimal): -15445685 or 4935956. OLE color: 4935956.

HSL color Cylindrical-coordinate representation of color #14514B: hue angle of 174.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14514B is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 75 -
CMYK 0.75 0 0.07 0.68
HSL 174.1º 0.6% 0.2% -
HSV(B) 174.1º 0.75% 0.32% -
XYZ 4.5 6.54 7.68 -
YUV 62.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 20 81 75 0.75 0 0.07 0.68 174.1 0.6 0.2
Hex 14 51 4B 4B 0 7 44 AE 3C 14
Octal 24 121 113 113 0 7 104 256 74 24
Binary 10100 1010001 1001011 1001011 0 111 1000100 10101110 111100 10100

Color Harmonies of #14514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14514B

Black with #14514B

Text Example


Text Example

White with #14514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14514B; }

 p { color: rgb(20,81,75); }

 H1.HeaderClassName
 {
   color: #14514B;
 }
 .AnyTagClassName
 {
   color: #14514B;
 }
</style>

background-color css

<style>
 a { background-color: #14514B; }

 a { background-color: rgb(20,81,75); }

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

border-color css

<style>
 span { border-color: #14514B; }

 span { border-color: rgb(20,81,75); }

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