Html Css Color HEX #195550 Cyprus

📋 copy color: '#195550'

red 25 ◦ green 85 ◦ blue 80

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

Shades of Cyprus #195550

Tints of Cyprus #195550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.74%

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

R = 13.16%
G = 44.74%
B = 42.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#195550 (or 0x195550) is known color: Cyprus. HEX triplet: 19, 55 and 50. RGB value is (25,85,80). Sum of RGB (Red+Green+Blue) = 25+85+80=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #195550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195550 is #E6AAAF. Grayscale: #424242. Windows color (decimal): -15116976 or 5264665. OLE color: 5264665.

HSL color Cylindrical-coordinate representation of color #195550: hue angle of 175º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195550 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 80 -
CMYK 0.71 0 0.06 0.67
HSL 175º 0.55% 0.22% -
HSV(B) 175º 0.71% 0.33% -
XYZ 5.1 7.28 8.73 -
YUV 66.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 25 85 80 0.71 0 0.06 0.67 175 0.55 0.22
Hex 19 55 50 47 0 6 43 AF 37 16
Octal 31 125 120 107 0 6 103 257 67 26
Binary 11001 1010101 1010000 1000111 0 110 1000011 10101111 110111 10110

Color Harmonies of #195550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195550

Black with #195550

Text Example


Text Example

White with #195550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195550; }

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

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

background-color css

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

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

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

border-color css

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

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

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