Html Css Color HEX #155354 Cyprus

📋 copy color: '#155354'

red 21 ◦ green 83 ◦ blue 84

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

Shades of Cyprus #155354

Tints of Cyprus #155354

RGB

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

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

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

R = 11.17%
G = 44.15%
B = 44.68%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#155354 (or 0x155354) is known color: Cyprus. HEX triplet: 15, 53 and 54. RGB value is (21,83,84). Sum of RGB (Red+Green+Blue) = 21+83+84=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #155354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155354 is #EAACAB. Grayscale: #404040. Windows color (decimal): -15379628 or 5526293. OLE color: 5526293.

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

Color convert

RGB 21 83 84 -
CMYK 0.75 0.01 0 0.67
HSL 180.95º 0.6% 0.21% -
HSV(B) 180.95º 0.75% 0.33% -
XYZ 5 6.99 9.47 -
YUV 64.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 21 83 84 0.75 0.01 0 0.67 180.95 0.6 0.21
Hex 15 53 54 4B 1 0 43 B5 3C 15
Octal 25 123 124 113 1 0 103 265 74 25
Binary 10101 1010011 1010100 1001011 1 0 1000011 10110101 111100 10101

Color Harmonies of #155354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155354

Black with #155354

Text Example


Text Example

White with #155354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155354; }

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

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

background-color css

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

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

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

border-color css

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

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

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