Html Css Color HEX #135251 Cyprus

📋 copy color: '#135251'

red 19 ◦ green 82 ◦ blue 81

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

Shades of Cyprus #135251

Tints of Cyprus #135251

RGB

 RED value IS 19 (7.81% from 255) = 10.44%

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 10.44%
G = 45.05%
B = 44.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#135251 (or 0x135251) is known color: Cyprus. HEX triplet: 13, 52 and 51. RGB value is (19,82,81). Sum of RGB (Red+Green+Blue) = 19+82+81=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #135251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135251 is #ECADAE. Grayscale: #3E3E3E. Windows color (decimal): -15510959 or 5329427. OLE color: 5329427.

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

Color convert

RGB 19 82 81 -
CMYK 0.77 0 0.01 0.68
HSL 179.05º 0.62% 0.2% -
HSV(B) 179.05º 0.77% 0.32% -
XYZ 4.77 6.77 8.84 -
YUV 63.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 19 82 81 0.77 0 0.01 0.68 179.05 0.62 0.2
Hex 13 52 51 4D 0 1 44 B3 3E 14
Octal 23 122 121 115 0 1 104 263 76 24
Binary 10011 1010010 1010001 1001101 0 1 1000100 10110011 111110 10100

Color Harmonies of #135251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135251

Black with #135251

Text Example


Text Example

White with #135251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135251; }

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

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

background-color css

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

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

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

border-color css

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

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

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