Html Css Color HEX #155248 Cyprus

📋 copy color: '#155248'

red 21 ◦ green 82 ◦ blue 72

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

Shades of Cyprus #155248

Tints of Cyprus #155248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.86%

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

R = 12%
G = 46.86%
B = 41.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#155248 (or 0x155248) is known color: Cyprus. HEX triplet: 15, 52 and 48. RGB value is (21,82,72). Sum of RGB (Red+Green+Blue) = 21+82+72=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #155248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155248 is #EAADB7. Grayscale: #3E3E3E. Windows color (decimal): -15379896 or 4739605. OLE color: 4739605.

HSL color Cylindrical-coordinate representation of color #155248: hue angle of 170.16º 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 #155248 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 72 -
CMYK 0.74 0 0.12 0.68
HSL 170.16º 0.59% 0.2% -
HSV(B) 170.16º 0.74% 0.32% -
XYZ 4.5 6.66 7.18 -
YUV 62.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 21 82 72 0.74 0 0.12 0.68 170.16 0.59 0.2
Hex 15 52 48 4A 0 C 44 AA 3B 14
Octal 25 122 110 112 0 14 104 252 73 24
Binary 10101 1010010 1001000 1001010 0 1100 1000100 10101010 111011 10100

Color Harmonies of #155248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155248

Black with #155248

Text Example


Text Example

White with #155248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155248; }

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

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

background-color css

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

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

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

border-color css

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

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

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