Html Css Color HEX #12574C Cyprus

📋 copy color: '#12574C'

red 18 ◦ green 87 ◦ blue 76

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

Shades of Cyprus #12574C

Tints of Cyprus #12574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.07%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 9.94%
G = 48.07%
B = 41.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#12574C (or 0x12574C) is known color: Cyprus. HEX triplet: 12, 57 and 4C. RGB value is (18,87,76). Sum of RGB (Red+Green+Blue) = 18+87+76=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #12574C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12574C is #EDA8B3. Grayscale: #414141. Windows color (decimal): -15575220 or 5003026. OLE color: 5003026.

HSL color Cylindrical-coordinate representation of color #12574C: hue angle of 170.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12574C is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 76 -
CMYK 0.79 0 0.13 0.66
HSL 170.43º 0.66% 0.21% -
HSV(B) 170.43º 0.79% 0.34% -
XYZ 4.96 7.47 8.02 -
YUV 65.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 18 87 76 0.79 0 0.13 0.66 170.43 0.66 0.21
Hex 12 57 4C 4F 0 D 42 AA 42 15
Octal 22 127 114 117 0 15 102 252 102 25
Binary 10010 1010111 1001100 1001111 0 1101 1000010 10101010 1000010 10101

Color Harmonies of #12574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12574C

Black with #12574C

Text Example


Text Example

White with #12574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12574C; }

 p { color: rgb(18,87,76); }

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

background-color css

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

 a { background-color: rgb(18,87,76); }

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

border-color css

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

 span { border-color: rgb(18,87,76); }

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