Html Css Color HEX #0C554C Cyprus

📋 copy color: '#0C554C'

red 12 ◦ green 85 ◦ blue 76

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

Shades of Cyprus #0C554C

Tints of Cyprus #0C554C

RGB

 RED value IS 12 (5.08% from 255) = 6.94%

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

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

R = 6.94%
G = 49.13%
B = 43.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#0C554C (or 0x0C554C) is known color: Cyprus. HEX triplet: 0C, 55 and 4C. RGB value is (12,85,76). Sum of RGB (Red+Green+Blue) = 12+85+76=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #0C554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C554C is #F3AAB3. Grayscale: #3E3E3E. Windows color (decimal): -15968948 or 5002508. OLE color: 5002508.

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

Color convert

RGB 12 85 76 -
CMYK 0.86 0 0.11 0.67
HSL 172.6º 0.75% 0.19% -
HSV(B) 172.6º 0.86% 0.33% -
XYZ 4.7 7.1 7.96 -
YUV 62.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 12 85 76 0.86 0 0.11 0.67 172.6 0.75 0.19
Hex C 55 4C 56 0 B 43 AD 4B 13
Octal 14 125 114 126 0 13 103 255 113 23
Binary 1100 1010101 1001100 1010110 0 1011 1000011 10101101 1001011 10011

Color Harmonies of #0C554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C554C

Black with #0C554C

Text Example


Text Example

White with #0C554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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