Html Css Color HEX #155450 Cyprus

📋 copy color: '#155450'

red 21 ◦ green 84 ◦ blue 80

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

Shades of Cyprus #155450

Tints of Cyprus #155450

RGB

 RED value IS 21 (8.59% from 255) = 11.35%

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

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

R = 11.35%
G = 45.41%
B = 43.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#155450 (or 0x155450) is known color: Cyprus. HEX triplet: 15, 54 and 50. RGB value is (21,84,80). Sum of RGB (Red+Green+Blue) = 21+84+80=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #155450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155450 is #EAABAF. Grayscale: #404040. Windows color (decimal): -15379376 or 5264405. OLE color: 5264405.

HSL color Cylindrical-coordinate representation of color #155450: hue angle of 176.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155450 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 84 80 -
CMYK 0.75 0 0.05 0.67
HSL 176.19º 0.6% 0.21% -
HSV(B) 176.19º 0.75% 0.33% -
XYZ 4.93 7.08 8.7 -
YUV 64.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 21 84 80 0.75 0 0.05 0.67 176.19 0.6 0.21
Hex 15 54 50 4B 0 5 43 B0 3C 15
Octal 25 124 120 113 0 5 103 260 74 25
Binary 10101 1010100 1010000 1001011 0 101 1000011 10110000 111100 10101

Color Harmonies of #155450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155450

Black with #155450

Text Example


Text Example

White with #155450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155450; }

 p { color: rgb(21,84,80); }

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

background-color css

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

 a { background-color: rgb(21,84,80); }

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

border-color css

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

 span { border-color: rgb(21,84,80); }

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