Html Css Color HEX #0F554B Cyprus

📋 copy color: '#0F554B'

red 15 ◦ green 85 ◦ blue 75

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

Shades of Cyprus #0F554B

Tints of Cyprus #0F554B

RGB

 RED value IS 15 (6.25% from 255) = 8.57%

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

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 8.57%
G = 48.57%
B = 42.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#0F554B (or 0x0F554B) is known color: Cyprus. HEX triplet: 0F, 55 and 4B. RGB value is (15,85,75). Sum of RGB (Red+Green+Blue) = 15+85+75=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #0F554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F554B is #F0AAB4. Grayscale: #3E3E3E. Windows color (decimal): -15772341 or 4936975. OLE color: 4936975.

HSL color Cylindrical-coordinate representation of color #0F554B: hue angle of 171.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F554B is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 85 75 -
CMYK 0.82 0 0.12 0.67
HSL 171.43º 0.7% 0.2% -
HSV(B) 171.43º 0.82% 0.33% -
XYZ 4.72 7.11 7.78 -
YUV 62.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 15 85 75 0.82 0 0.12 0.67 171.43 0.7 0.2
Hex F 55 4B 52 0 C 43 AB 46 14
Octal 17 125 113 122 0 14 103 253 106 24
Binary 1111 1010101 1001011 1010010 0 1100 1000011 10101011 1000110 10100

Color Harmonies of #0F554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F554B

Black with #0F554B

Text Example


Text Example

White with #0F554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,85,75); }

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

background-color css

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

 a { background-color: rgb(15,85,75); }

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

border-color css

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

 span { border-color: rgb(15,85,75); }

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