Html Css Color HEX #155148 Cyprus

📋 copy color: '#155148'

red 21 ◦ green 81 ◦ blue 72

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

Shades of Cyprus #155148

Tints of Cyprus #155148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 12.07%
G = 46.55%
B = 41.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#155148 (or 0x155148) is known color: Cyprus. HEX triplet: 15, 51 and 48. RGB value is (21,81,72). Sum of RGB (Red+Green+Blue) = 21+81+72=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #155148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155148 is #EAAEB7. Grayscale: #3E3E3E. Windows color (decimal): -15380152 or 4739349. OLE color: 4739349.

HSL color Cylindrical-coordinate representation of color #155148: hue angle of 171º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155148 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 81 72 -
CMYK 0.74 0 0.11 0.68
HSL 171º 0.59% 0.2% -
HSV(B) 171º 0.74% 0.32% -
XYZ 4.42 6.51 7.15 -
YUV 62.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 21 81 72 0.74 0 0.11 0.68 171 0.59 0.2
Hex 15 51 48 4A 0 B 44 AB 3B 14
Octal 25 121 110 112 0 13 104 253 73 24
Binary 10101 1010001 1001000 1001010 0 1011 1000100 10101011 111011 10100

Color Harmonies of #155148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155148

Black with #155148

Text Example


Text Example

White with #155148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155148; }

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

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

background-color css

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

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

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

border-color css

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

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

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