Html Css Color HEX #0C554F Cyprus

📋 copy color: '#0C554F'

red 12 ◦ green 85 ◦ blue 79

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

Shades of Cyprus #0C554F

Tints of Cyprus #0C554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 6.82%
G = 48.3%
B = 44.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#0C554F (or 0x0C554F) is known color: Cyprus. HEX triplet: 0C, 55 and 4F. RGB value is (12,85,79). Sum of RGB (Red+Green+Blue) = 12+85+79=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #0C554F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C554F is #F3AAB0. Grayscale: #3E3E3E. Windows color (decimal): -15968945 or 5199116. OLE color: 5199116.

HSL color Cylindrical-coordinate representation of color #0C554F: hue angle of 175.07º 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 #0C554F is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 85 79 -
CMYK 0.86 0 0.07 0.67
HSL 175.07º 0.75% 0.19% -
HSV(B) 175.07º 0.86% 0.33% -
XYZ 4.81 7.14 8.52 -
YUV 62.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 12 85 79 0.86 0 0.07 0.67 175.07 0.75 0.19
Hex C 55 4F 56 0 7 43 AF 4B 13
Octal 14 125 117 126 0 7 103 257 113 23
Binary 1100 1010101 1001111 1010110 0 111 1000011 10101111 1001011 10011

Color Harmonies of #0C554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C554F

Black with #0C554F

Text Example


Text Example

White with #0C554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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