Html Css Color HEX #195353 Cyprus

📋 copy color: '#195353'

red 25 ◦ green 83 ◦ blue 83

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

Shades of Cyprus #195353

Tints of Cyprus #195353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 13.09%
G = 43.46%
B = 43.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#195353 (or 0x195353) is known color: Cyprus. HEX triplet: 19, 53 and 53. RGB value is (25,83,83). Sum of RGB (Red+Green+Blue) = 25+83+83=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #195353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195353 is #E6ACAC. Grayscale: #414141. Windows color (decimal): -15117485 or 5460761. OLE color: 5460761.

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

Color convert

RGB 25 83 83 -
CMYK 0.70 0 0 0.67
HSL 180º 0.54% 0.21% -
HSV(B) 180º 0.7% 0.33% -
XYZ 5.06 7.02 9.27 -
YUV 65.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 25 83 83 0.70 0 0 0.67 180 0.54 0.21
Hex 19 53 53 46 0 0 43 B4 36 15
Octal 31 123 123 106 0 0 103 264 66 25
Binary 11001 1010011 1010011 1000110 0 0 1000011 10110100 110110 10101

Color Harmonies of #195353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195353

Black with #195353

Text Example


Text Example

White with #195353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195353; }

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

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

background-color css

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

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

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

border-color css

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

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

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