Html Css Color HEX #185050 Cyprus

📋 copy color: '#185050'

red 24 ◦ green 80 ◦ blue 80

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

Shades of Cyprus #185050

Tints of Cyprus #185050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 13.04%
G = 43.48%
B = 43.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#185050 (or 0x185050) is known color: Cyprus. HEX triplet: 18, 50 and 50. RGB value is (24,80,80). Sum of RGB (Red+Green+Blue) = 24+80+80=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #185050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185050 is #E7AFAF. Grayscale: #3F3F3F. Windows color (decimal): -15183792 or 5263384. OLE color: 5263384.

HSL color Cylindrical-coordinate representation of color #185050: hue angle of 180º 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 #185050 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 80 -
CMYK 0.70 0 0 0.69
HSL 180º 0.54% 0.2% -
HSV(B) 180º 0.7% 0.31% -
XYZ 4.69 6.51 8.6 -
YUV 63.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 24 80 80 0.70 0 0 0.69 180 0.54 0.2
Hex 18 50 50 46 0 0 45 B4 36 14
Octal 30 120 120 106 0 0 105 264 66 24
Binary 11000 1010000 1010000 1000110 0 0 1000101 10110100 110110 10100

Color Harmonies of #185050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185050

Black with #185050

Text Example


Text Example

White with #185050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185050; }

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

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

background-color css

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

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

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

border-color css

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

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

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