Html Css Color HEX #12584C Cyprus

📋 copy color: '#12584C'

red 18 ◦ green 88 ◦ blue 76

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

Shades of Cyprus #12584C

Tints of Cyprus #12584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.35%

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

R = 9.89%
G = 48.35%
B = 41.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#12584C (or 0x12584C) is known color: Cyprus. HEX triplet: 12, 58 and 4C. RGB value is (18,88,76). Sum of RGB (Red+Green+Blue) = 18+88+76=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #12584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12584C is #EDA7B3. Grayscale: #414141. Windows color (decimal): -15574964 or 5003282. OLE color: 5003282.

HSL color Cylindrical-coordinate representation of color #12584C: hue angle of 169.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12584C is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 88 76 -
CMYK 0.80 0 0.14 0.65
HSL 169.71º 0.66% 0.21% -
HSV(B) 169.71º 0.8% 0.35% -
XYZ 5.04 7.63 8.04 -
YUV 65.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 18 88 76 0.80 0 0.14 0.65 169.71 0.66 0.21
Hex 12 58 4C 50 0 E 41 AA 42 15
Octal 22 130 114 120 0 16 101 252 102 25
Binary 10010 1011000 1001100 1010000 0 1110 1000001 10101010 1000010 10101

Color Harmonies of #12584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12584C

Black with #12584C

Text Example


Text Example

White with #12584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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