Html Css Color HEX #12574B Cyprus

📋 copy color: '#12574B'

red 18 ◦ green 87 ◦ blue 75

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

Shades of Cyprus #12574B

Tints of Cyprus #12574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 10%
G = 48.33%
B = 41.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#12574B (or 0x12574B) is known color: Cyprus. HEX triplet: 12, 57 and 4B. RGB value is (18,87,75). Sum of RGB (Red+Green+Blue) = 18+87+75=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #12574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12574B is #EDA8B4. Grayscale: #404040. Windows color (decimal): -15575221 or 4937490. OLE color: 4937490.

HSL color Cylindrical-coordinate representation of color #12574B: hue angle of 169.57º 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 #12574B is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 75 -
CMYK 0.79 0 0.14 0.66
HSL 169.57º 0.66% 0.21% -
HSV(B) 169.57º 0.79% 0.34% -
XYZ 4.93 7.45 7.84 -
YUV 65 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 18 87 75 0.79 0 0.14 0.66 169.57 0.66 0.21
Hex 12 57 4B 4F 0 E 42 AA 42 15
Octal 22 127 113 117 0 16 102 252 102 25
Binary 10010 1010111 1001011 1001111 0 1110 1000010 10101010 1000010 10101

Color Harmonies of #12574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12574B

Black with #12574B

Text Example


Text Example

White with #12574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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