Html Css Color HEX #195152 Cyprus

📋 copy color: '#195152'

red 25 ◦ green 81 ◦ blue 82

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

Shades of Cyprus #195152

Tints of Cyprus #195152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.62%

R = 13.3%
G = 43.09%
B = 43.62%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#195152 (or 0x195152) is known color: Cyprus. HEX triplet: 19, 51 and 52. RGB value is (25,81,82). Sum of RGB (Red+Green+Blue) = 25+81+82=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #195152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195152 is #E6AEAD. Grayscale: #404040. Windows color (decimal): -15117998 or 5394713. OLE color: 5394713.

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

Color convert

RGB 25 81 82 -
CMYK 0.70 0.01 0 0.68
HSL 181.05º 0.53% 0.21% -
HSV(B) 181.05º 0.7% 0.32% -
XYZ 4.87 6.7 9.02 -
YUV 64.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 25 81 82 0.70 0.01 0 0.68 181.05 0.53 0.21
Hex 19 51 52 46 1 0 44 B5 35 15
Octal 31 121 122 106 1 0 104 265 65 25
Binary 11001 1010001 1010010 1000110 1 0 1000100 10110101 110101 10101

Color Harmonies of #195152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195152

Black with #195152

Text Example


Text Example

White with #195152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195152; }

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

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

background-color css

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

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

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

border-color css

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

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

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