Html Css Color HEX #145350 Cyprus

📋 copy color: '#145350'

red 20 ◦ green 83 ◦ blue 80

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

Shades of Cyprus #145350

Tints of Cyprus #145350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.36%

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 10.93%
G = 45.36%
B = 43.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#145350 (or 0x145350) is known color: Cyprus. HEX triplet: 14, 53 and 50. RGB value is (20,83,80). Sum of RGB (Red+Green+Blue) = 20+83+80=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #145350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145350 is #EBACAF. Grayscale: #3F3F3F. Windows color (decimal): -15445168 or 5264148. OLE color: 5264148.

HSL color Cylindrical-coordinate representation of color #145350: hue angle of 177.14º degrees, saturation: 0.61, 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 #145350 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 80 -
CMYK 0.76 0 0.04 0.67
HSL 177.14º 0.61% 0.2% -
HSV(B) 177.14º 0.76% 0.33% -
XYZ 4.83 6.91 8.67 -
YUV 63.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 20 83 80 0.76 0 0.04 0.67 177.14 0.61 0.2
Hex 14 53 50 4C 0 4 43 B1 3D 14
Octal 24 123 120 114 0 4 103 261 75 24
Binary 10100 1010011 1010000 1001100 0 100 1000011 10110001 111101 10100

Color Harmonies of #145350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145350

Black with #145350

Text Example


Text Example

White with #145350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145350; }

 p { color: rgb(20,83,80); }

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

background-color css

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

 a { background-color: rgb(20,83,80); }

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

border-color css

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

 span { border-color: rgb(20,83,80); }

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