Html Css Color HEX #145154 Cyprus

📋 copy color: '#145154'

red 20 ◦ green 81 ◦ blue 84

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

Shades of Cyprus #145154

Tints of Cyprus #145154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 10.81%
G = 43.78%
B = 45.41%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#145154 (or 0x145154) is known color: Cyprus. HEX triplet: 14, 51 and 54. RGB value is (20,81,84). Sum of RGB (Red+Green+Blue) = 20+81+84=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #145154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145154 is #EBAEAB. Grayscale: #3F3F3F. Windows color (decimal): -15445676 or 5525780. OLE color: 5525780.

HSL color Cylindrical-coordinate representation of color #145154: hue angle of 182.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145154 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 81 84 -
CMYK 0.76 0.04 0 0.67
HSL 182.81º 0.62% 0.2% -
HSV(B) 182.81º 0.76% 0.33% -
XYZ 4.83 6.67 9.42 -
YUV 63.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 20 81 84 0.76 0.04 0 0.67 182.81 0.62 0.2
Hex 14 51 54 4C 4 0 43 B7 3E 14
Octal 24 121 124 114 4 0 103 267 76 24
Binary 10100 1010001 1010100 1001100 100 0 1000011 10110111 111110 10100

Color Harmonies of #145154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145154

Black with #145154

Text Example


Text Example

White with #145154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145154; }

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

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

background-color css

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

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

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

border-color css

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

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

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