Html Css Color HEX #0A534C Cyprus

📋 copy color: '#0A534C'

red 10 ◦ green 83 ◦ blue 76

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

Shades of Cyprus #0A534C

Tints of Cyprus #0A534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 76 (30.08% from 255) = 44.97%

R = 5.92%
G = 49.11%
B = 44.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#0A534C (or 0x0A534C) is known color: Cyprus. HEX triplet: 0A, 53 and 4C. RGB value is (10,83,76). Sum of RGB (Red+Green+Blue) = 10+83+76=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #0A534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A534C is #F5ACB3. Grayscale: #3C3C3C. Windows color (decimal): -16100532 or 5001994. OLE color: 5001994.

HSL color Cylindrical-coordinate representation of color #0A534C: hue angle of 174.25º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A534C is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 83 76 -
CMYK 0.88 0 0.08 0.67
HSL 174.25º 0.78% 0.18% -
HSV(B) 174.25º 0.88% 0.33% -
XYZ 4.52 6.77 7.91 -
YUV 60.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 10 83 76 0.88 0 0.08 0.67 174.25 0.78 0.18
Hex A 53 4C 58 0 8 43 AE 4E 12
Octal 12 123 114 130 0 10 103 256 116 22
Binary 1010 1010011 1001100 1011000 0 1000 1000011 10101110 1001110 10010

Color Harmonies of #0A534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A534C

Black with #0A534C

Text Example


Text Example

White with #0A534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,83,76); }

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

background-color css

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

 a { background-color: rgb(10,83,76); }

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

border-color css

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

 span { border-color: rgb(10,83,76); }

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