Html Css Color HEX #155451 Cyprus

📋 copy color: '#155451'

red 21 ◦ green 84 ◦ blue 81

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

Shades of Cyprus #155451

Tints of Cyprus #155451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 11.29%
G = 45.16%
B = 43.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#155451 (or 0x155451) is known color: Cyprus. HEX triplet: 15, 54 and 51. RGB value is (21,84,81). Sum of RGB (Red+Green+Blue) = 21+84+81=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #155451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155451 is #EAABAE. Grayscale: #404040. Windows color (decimal): -15379375 or 5329941. OLE color: 5329941.

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

Color convert

RGB 21 84 81 -
CMYK 0.75 0 0.04 0.67
HSL 177.14º 0.6% 0.21% -
HSV(B) 177.14º 0.75% 0.33% -
XYZ 4.96 7.09 8.89 -
YUV 64.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 21 84 81 0.75 0 0.04 0.67 177.14 0.6 0.21
Hex 15 54 51 4B 0 4 43 B1 3C 15
Octal 25 124 121 113 0 4 103 261 74 25
Binary 10101 1010100 1010001 1001011 0 100 1000011 10110001 111100 10101

Color Harmonies of #155451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155451

Black with #155451

Text Example


Text Example

White with #155451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155451; }

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

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

background-color css

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

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

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

border-color css

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

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

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