Html Css Color HEX #124241 Cyprus

📋 copy color: '#124241'

red 18 ◦ green 66 ◦ blue 65

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

Shades of Cyprus #124241

Tints of Cyprus #124241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 12.08%
G = 44.3%
B = 43.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#124241 (or 0x124241) is known color: Cyprus. HEX triplet: 12, 42 and 41. RGB value is (18,66,65). Sum of RGB (Red+Green+Blue) = 18+66+65=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #124241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124241 is #EDBDBE. Grayscale: #333333. Windows color (decimal): -15580607 or 4276754. OLE color: 4276754.

HSL color Cylindrical-coordinate representation of color #124241: hue angle of 178.75º 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 #124241 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 65 -
CMYK 0.73 0 0.02 0.74
HSL 178.75º 0.57% 0.16% -
HSV(B) 178.75º 0.73% 0.26% -
XYZ 3.15 4.41 5.69 -
YUV 51.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 18 66 65 0.73 0 0.02 0.74 178.75 0.57 0.16
Hex 12 42 41 49 0 2 4A B3 39 10
Octal 22 102 101 111 0 2 112 263 71 20
Binary 10010 1000010 1000001 1001001 0 10 1001010 10110011 111001 10000

Color Harmonies of #124241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124241

Black with #124241

Text Example


Text Example

White with #124241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124241; }

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

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

background-color css

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

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

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

border-color css

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

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

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