Html Css Color HEX #195150 Cyprus

📋 copy color: '#195150'

red 25 ◦ green 81 ◦ blue 80

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

Shades of Cyprus #195150

Tints of Cyprus #195150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.55%

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

R = 13.44%
G = 43.55%
B = 43.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#195150 (or 0x195150) is known color: Cyprus. HEX triplet: 19, 51 and 50. RGB value is (25,81,80). Sum of RGB (Red+Green+Blue) = 25+81+80=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #195150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195150 is #E6AEAF. Grayscale: #404040. Windows color (decimal): -15118000 or 5263641. OLE color: 5263641.

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

Color convert

RGB 25 81 80 -
CMYK 0.69 0 0.01 0.68
HSL 178.93º 0.53% 0.21% -
HSV(B) 178.93º 0.69% 0.32% -
XYZ 4.79 6.67 8.62 -
YUV 64.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 25 81 80 0.69 0 0.01 0.68 178.93 0.53 0.21
Hex 19 51 50 45 0 1 44 B3 35 15
Octal 31 121 120 105 0 1 104 263 65 25
Binary 11001 1010001 1010000 1000101 0 1 1000100 10110011 110101 10101

Color Harmonies of #195150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195150

Black with #195150

Text Example


Text Example

White with #195150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195150; }

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

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

background-color css

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

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

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

border-color css

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

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

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