Html Css Color HEX #0A554C Cyprus

📋 copy color: '#0A554C'

red 10 ◦ green 85 ◦ blue 76

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

Shades of Cyprus #0A554C

Tints of Cyprus #0A554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

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

R = 5.85%
G = 49.71%
B = 44.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#0A554C (or 0x0A554C) is known color: Cyprus. HEX triplet: 0A, 55 and 4C. RGB value is (10,85,76). Sum of RGB (Red+Green+Blue) = 10+85+76=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #0A554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A554C is #F5AAB3. Grayscale: #3D3D3D. Windows color (decimal): -16100020 or 5002506. OLE color: 5002506.

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

Color convert

RGB 10 85 76 -
CMYK 0.88 0 0.11 0.67
HSL 172.8º 0.79% 0.19% -
HSV(B) 172.8º 0.88% 0.33% -
XYZ 4.68 7.08 7.96 -
YUV 61.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 10 85 76 0.88 0 0.11 0.67 172.8 0.79 0.19
Hex A 55 4C 58 0 B 43 AD 4F 13
Octal 12 125 114 130 0 13 103 255 117 23
Binary 1010 1010101 1001100 1011000 0 1011 1000011 10101101 1001111 10011

Color Harmonies of #0A554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A554C

Black with #0A554C

Text Example


Text Example

White with #0A554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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