Html Css Color HEX #0A4A40 Cyprus

📋 copy color: '#0A4A40'

red 10 ◦ green 74 ◦ blue 64

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

Shades of Cyprus #0A4A40

Tints of Cyprus #0A4A40

RGB

 RED value IS 10 (4.3% from 255) = 6.76%

 GREEN value IS 74 (29.3% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 43.24%

R = 6.76%
G = 50%
B = 43.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#0A4A40 (or 0x0A4A40) is known color: Cyprus. HEX triplet: 0A, 4A and 40. RGB value is (10,74,64). Sum of RGB (Red+Green+Blue) = 10+74+64=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4A40 is #F5B5BF. Grayscale: #353535. Windows color (decimal): -16102848 or 4213258. OLE color: 4213258.

HSL color Cylindrical-coordinate representation of color #0A4A40: hue angle of 170.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4A40 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 74 64 -
CMYK 0.86 0 0.14 0.71
HSL 170.63º 0.76% 0.16% -
HSV(B) 170.63º 0.86% 0.29% -
XYZ 3.5 5.33 5.7 -
YUV 53.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 10 74 64 0.86 0 0.14 0.71 170.63 0.76 0.16
Hex A 4A 40 56 0 E 47 AB 4C 10
Octal 12 112 100 126 0 16 107 253 114 20
Binary 1010 1001010 1000000 1010110 0 1110 1000111 10101011 1001100 10000

Color Harmonies of #0A4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4A40

Black with #0A4A40

Text Example


Text Example

White with #0A4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A4A40; }

 p { color: rgb(10,74,64); }

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

background-color css

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

 a { background-color: rgb(10,74,64); }

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

border-color css

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

 span { border-color: rgb(10,74,64); }

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