Html Css Color HEX #195050 Cyprus

📋 copy color: '#195050'

red 25 ◦ green 80 ◦ blue 80

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

Shades of Cyprus #195050

Tints of Cyprus #195050

RGB

 RED value IS 25 (10.16% from 255) = 13.51%

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

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

R = 13.51%
G = 43.24%
B = 43.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#195050 (or 0x195050) is known color: Cyprus. HEX triplet: 19, 50 and 50. RGB value is (25,80,80). Sum of RGB (Red+Green+Blue) = 25+80+80=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #195050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195050 is #E6AFAF. Grayscale: #3F3F3F. Windows color (decimal): -15118256 or 5263385. OLE color: 5263385.

HSL color Cylindrical-coordinate representation of color #195050: hue angle of 180º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195050 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 80 -
CMYK 0.69 0 0 0.69
HSL 180º 0.52% 0.21% -
HSV(B) 180º 0.69% 0.31% -
XYZ 4.72 6.52 8.6 -
YUV 63.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 25 80 80 0.69 0 0 0.69 180 0.52 0.21
Hex 19 50 50 45 0 0 45 B4 34 15
Octal 31 120 120 105 0 0 105 264 64 25
Binary 11001 1010000 1010000 1000101 0 0 1000101 10110100 110100 10101

Color Harmonies of #195050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195050

Black with #195050

Text Example


Text Example

White with #195050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195050; }

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

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

background-color css

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

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

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

border-color css

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

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

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