Html Css Color HEX #155153 Cyprus

📋 copy color: '#155153'

red 21 ◦ green 81 ◦ blue 83

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

Shades of Cyprus #155153

Tints of Cyprus #155153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 11.35%
G = 43.78%
B = 44.86%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#155153 (or 0x155153) is known color: Cyprus. HEX triplet: 15, 51 and 53. RGB value is (21,81,83). Sum of RGB (Red+Green+Blue) = 21+81+83=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #155153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155153 is #EAAEAC. Grayscale: #3F3F3F. Windows color (decimal): -15380141 or 5460245. OLE color: 5460245.

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

Color convert

RGB 21 81 83 -
CMYK 0.75 0.02 0 0.67
HSL 181.94º 0.6% 0.2% -
HSV(B) 181.94º 0.75% 0.33% -
XYZ 4.81 6.67 9.22 -
YUV 63.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 21 81 83 0.75 0.02 0 0.67 181.94 0.6 0.2
Hex 15 51 53 4B 2 0 43 B6 3C 14
Octal 25 121 123 113 2 0 103 266 74 24
Binary 10101 1010001 1010011 1001011 10 0 1000011 10110110 111100 10100

Color Harmonies of #155153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155153

Black with #155153

Text Example


Text Example

White with #155153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155153; }

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

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

background-color css

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

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

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

border-color css

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

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

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