Html Css Color HEX #124D52 Cyprus

📋 copy color: '#124D52'

red 18 ◦ green 77 ◦ blue 82

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

Shades of Cyprus #124D52

Tints of Cyprus #124D52

RGB

 RED value IS 18 (7.42% from 255) = 10.17%

 GREEN value IS 77 (30.47% from 255) = 43.5%

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

R = 10.17%
G = 43.5%
B = 46.33%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124D52 (or 0x124D52) is known color: Cyprus. HEX triplet: 12, 4D and 52. RGB value is (18,77,82). Sum of RGB (Red+Green+Blue) = 18+77+82=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #124D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D52 is #EDB2AD. Grayscale: #3B3B3B. Windows color (decimal): -15577774 or 5393682. OLE color: 5393682.

HSL color Cylindrical-coordinate representation of color #124D52: hue angle of 184.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124D52 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 77 82 -
CMYK 0.78 0.06 0 0.68
HSL 184.69º 0.64% 0.2% -
HSV(B) 184.69º 0.78% 0.32% -
XYZ 4.43 6.05 8.92 -
YUV 59.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 18 77 82 0.78 0.06 0 0.68 184.69 0.64 0.2
Hex 12 4D 52 4E 6 0 44 B9 40 14
Octal 22 115 122 116 6 0 104 271 100 24
Binary 10010 1001101 1010010 1001110 110 0 1000100 10111001 1000000 10100

Color Harmonies of #124D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D52

Black with #124D52

Text Example


Text Example

White with #124D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D52; }

 p { color: rgb(18,77,82); }

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

background-color css

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

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

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

border-color css

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

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

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