Html Css Color HEX #12584D Cyprus

📋 copy color: '#12584D'

red 18 ◦ green 88 ◦ blue 77

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

Shades of Cyprus #12584D

Tints of Cyprus #12584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 9.84%
G = 48.09%
B = 42.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#12584D (or 0x12584D) is known color: Cyprus. HEX triplet: 12, 58 and 4D. RGB value is (18,88,77). Sum of RGB (Red+Green+Blue) = 18+88+77=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #12584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12584D is #EDA7B2. Grayscale: #414141. Windows color (decimal): -15574963 or 5068818. OLE color: 5068818.

HSL color Cylindrical-coordinate representation of color #12584D: hue angle of 170.57º 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 #12584D is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 88 77 -
CMYK 0.80 0 0.12 0.65
HSL 170.57º 0.66% 0.21% -
HSV(B) 170.57º 0.8% 0.35% -
XYZ 5.08 7.64 8.23 -
YUV 65.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 18 88 77 0.80 0 0.12 0.65 170.57 0.66 0.21
Hex 12 58 4D 50 0 C 41 AB 42 15
Octal 22 130 115 120 0 14 101 253 102 25
Binary 10010 1011000 1001101 1010000 0 1100 1000001 10101011 1000010 10101

Color Harmonies of #12584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12584D

Black with #12584D

Text Example


Text Example

White with #12584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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