Html Css Color HEX #185048 Cyprus

📋 copy color: '#185048'

red 24 ◦ green 80 ◦ blue 72

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

Shades of Cyprus #185048

Tints of Cyprus #185048

RGB

 RED value IS 24 (9.77% from 255) = 13.64%

 GREEN value IS 80 (31.64% from 255) = 45.45%

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

R = 13.64%
G = 45.45%
B = 40.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#185048 (or 0x185048) is known color: Cyprus. HEX triplet: 18, 50 and 48. RGB value is (24,80,72). Sum of RGB (Red+Green+Blue) = 24+80+72=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #185048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185048 is #E7AFB7. Grayscale: #3E3E3E. Windows color (decimal): -15183800 or 4739096. OLE color: 4739096.

HSL color Cylindrical-coordinate representation of color #185048: hue angle of 171.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185048 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 72 -
CMYK 0.70 0 0.10 0.69
HSL 171.43º 0.54% 0.2% -
HSV(B) 171.43º 0.7% 0.31% -
XYZ 4.42 6.4 7.13 -
YUV 62.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 24 80 72 0.70 0 0.10 0.69 171.43 0.54 0.2
Hex 18 50 48 46 0 A 45 AB 36 14
Octal 30 120 110 106 0 12 105 253 66 24
Binary 11000 1010000 1001000 1000110 0 1010 1000101 10101011 110110 10100

Color Harmonies of #185048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185048

Black with #185048

Text Example


Text Example

White with #185048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185048; }

 p { color: rgb(24,80,72); }

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

background-color css

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

 a { background-color: rgb(24,80,72); }

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

border-color css

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

 span { border-color: rgb(24,80,72); }

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