Html Css Color HEX #0C554E Cyprus

📋 copy color: '#0C554E'

red 12 ◦ green 85 ◦ blue 78

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

Shades of Cyprus #0C554E

Tints of Cyprus #0C554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 6.86%
G = 48.57%
B = 44.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#0C554E (or 0x0C554E) is known color: Cyprus. HEX triplet: 0C, 55 and 4E. RGB value is (12,85,78). Sum of RGB (Red+Green+Blue) = 12+85+78=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #0C554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C554E is #F3AAB1. Grayscale: #3E3E3E. Windows color (decimal): -15968946 or 5133580. OLE color: 5133580.

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

Color convert

RGB 12 85 78 -
CMYK 0.86 0 0.08 0.67
HSL 174.25º 0.75% 0.19% -
HSV(B) 174.25º 0.86% 0.33% -
XYZ 4.78 7.13 8.33 -
YUV 62.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 12 85 78 0.86 0 0.08 0.67 174.25 0.75 0.19
Hex C 55 4E 56 0 8 43 AE 4B 13
Octal 14 125 116 126 0 10 103 256 113 23
Binary 1100 1010101 1001110 1010110 0 1000 1000011 10101110 1001011 10011

Color Harmonies of #0C554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C554E

Black with #0C554E

Text Example


Text Example

White with #0C554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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