Html Css Color HEX #12423F Cyprus

📋 copy color: '#12423F'

red 18 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #12423F

Tints of Cyprus #12423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.9%

 BLUE value IS 63 (25% from 255) = 42.86%

R = 12.24%
G = 44.9%
B = 42.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#12423F (or 0x12423F) is known color: Cyprus. HEX triplet: 12, 42 and 3F. RGB value is (18,66,63). Sum of RGB (Red+Green+Blue) = 18+66+63=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #12423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423F is #EDBDC0. Grayscale: #333333. Windows color (decimal): -15580609 or 4145682. OLE color: 4145682.

HSL color Cylindrical-coordinate representation of color #12423F: hue angle of 176.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12423F is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 63 -
CMYK 0.73 0 0.05 0.74
HSL 176.25º 0.57% 0.16% -
HSV(B) 176.25º 0.73% 0.26% -
XYZ 3.09 4.38 5.39 -
YUV 51.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 18 66 63 0.73 0 0.05 0.74 176.25 0.57 0.16
Hex 12 42 3F 49 0 5 4A B0 39 10
Octal 22 102 77 111 0 5 112 260 71 20
Binary 10010 1000010 111111 1001001 0 101 1001010 10110000 111001 10000

Color Harmonies of #12423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12423F

Black with #12423F

Text Example


Text Example

White with #12423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12423F; }

 p { color: rgb(18,66,63); }

 H1.HeaderClassName
 {
   color: #12423F;
 }
 .AnyTagClassName
 {
   color: #12423F;
 }
</style>

background-color css

<style>
 a { background-color: #12423F; }

 a { background-color: rgb(18,66,63); }

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

border-color css

<style>
 span { border-color: #12423F; }

 span { border-color: rgb(18,66,63); }

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