Html Css Color HEX #115252 Cyprus

📋 copy color: '#115252'

red 17 ◦ green 82 ◦ blue 82

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

Shades of Cyprus #115252

Tints of Cyprus #115252

RGB

 RED value IS 17 (7.03% from 255) = 9.39%

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

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

R = 9.39%
G = 45.3%
B = 45.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#115252 (or 0x115252) is known color: Cyprus. HEX triplet: 11, 52 and 52. RGB value is (17,82,82). Sum of RGB (Red+Green+Blue) = 17+82+82=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #115252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115252 is #EEADAD. Grayscale: #3E3E3E. Windows color (decimal): -15642030 or 5394961. OLE color: 5394961.

HSL color Cylindrical-coordinate representation of color #115252: hue angle of 180º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115252 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 82 82 -
CMYK 0.79 0 0 0.68
HSL 180º 0.66% 0.19% -
HSV(B) 180º 0.79% 0.32% -
XYZ 4.77 6.76 9.04 -
YUV 62.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 17 82 82 0.79 0 0 0.68 180 0.66 0.19
Hex 11 52 52 4F 0 0 44 B4 42 13
Octal 21 122 122 117 0 0 104 264 102 23
Binary 10001 1010010 1010010 1001111 0 0 1000100 10110100 1000010 10011

Color Harmonies of #115252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115252

Black with #115252

Text Example


Text Example

White with #115252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115252; }

 p { color: rgb(17,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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